Tagged: Flutter
There are 17 items tagged #Flutter.
And there a lots of other tags to explore.
There are 17 items tagged #Flutter.
And there a lots of other tags to explore.
Learn four different ways to initialize final variables in Dart.
Learn how to Remove unused imports and Sort import packages by their name.
Initialize instance variable is not as straightforward as you think. Let's learn how to do it.
Dart has a special syntax for a constructor to initialize all instance variables. It is convenient but also confusing for a newcomer. Let's learn what it is and how to use it.
Learn how to make derived variables observable in GetX.
Many things can go wrong when you write an asynchronous function in Dart. Let's learn how to use Future, async, and await properly.
If you use Proxyman with a Flutter app, you might not see any traffic from your Flutter Project. Here is how to fix it.
As your team and project grow, you might need to enforce some coding rules to make your code go the same direction. Luckily, adding custom lint rules in Flutter is very easy. Let's learn how to do it.
Learn what launch configuration is and how to use it.
In iOS, we can control a button enabled/disabled state by setting an isEnabled property. In Flutter, you won't find such attributes. Let's learn how to do it.
When you run a Flutter app for the first time, you probably notice a debug banner in the upper right of the screen. Learn what it is and how to remove it.
The idea that you can use one codebase for multiple platforms and cut development time by half is tempting, but what do you trade for this time saved?
Learn different ways to change status bar text color in Flutter.
Learn different ways to change the back button color in Flutter.
Learn how to make a transparent app bar in Flutter.
See all tags.