Programming With Swift
  • Home
  • About
  • Github
Sign in Subscribe

Flutter

A collection of 3 posts
How to save a file locally with Flutter(Image, Text)
Flutter

How to save a file locally with Flutter(Image, Text)

In this tutorial you will learn how you can save a file locally. Flutter has a built in type called File which will allow us to read and write to a file locally. To make our lives easier we do need to add a package, the path_provider package, which
17 Sep 2020 2 min read
How to remove debug banner with Flutter
Flutter

How to remove debug banner with Flutter

In this tutorial you will learn how to remove the debug banner from your Flutter app. I find this debug banner to be quite annoying but luckily there is a one line fix for it. To remove the debug banner set the following property on your MaterialApp widget: debugShowCheckedModeBanner: false,
11 Sep 2020 1 min read
Change button color on press with Flutter
Flutter

Change button color on press with Flutter

In this tutorial I will show you how you can change the color of a button when a user presses it. To demonstrate this I will be using a RaisedButton. Toggle button color change on press class _MyHomePageState extends State<MyHomePage> { // 1 bool _hasBeenPressed = false; @override Widget build(
07 Sep 2020 2 min read
Page 1 of 1
Programming With Swift © 2025
Powered by Ghost