Internationalization (i18n) in Flutter: an easy and quick approach
A quick to be implemented way of localizing an app with JSON files.
Tutorials and troubleshooting for Google's fast-growing UI toolkit
A quick to be implemented way of localizing an app with JSON files.
Disabling a button in Flutter is not as intuitive and configurable as it could be. Let’s see how to do it!
With Flutter, you can build apps for several platforms (Android, iOS, Web, MacOS, …). Sometimes, decisions have to be made depending on the platform the app is currently running on.
This tutorial teaches how to add a clear button to a text field widget.
Let’s implement an animated progress indicator with some text that is drawn on top of everything.