Flutter game tutorial: Fruit Ninja Clone
Let’s implement a clone of the popular fruit slicing game from scratch.
Tutorials and troubleshooting for Google's fast-growing UI toolkit
Let’s implement a clone of the popular fruit slicing game from scratch.
This tutorial is about borders. Not only the default one, but also the fun ones that make the containing widget stand out: custom borders with gradients.
In this tutorial, I’l show you three ways to cut a hole in an overlay as it’s often seen in tutorial screens or QR code scanner apps.
Working with Row and Column can often lead to overflows. Here’s why and what you can do about it.
How to implement a date formatter that returns “just now”, “yesterday” or the respective weekday depending on how long ago the DateTime was.
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!
When it comes to reusability in terms of widgets, you have the choice to use a function or a class. Let’s discuss what’s the more sustainable approach.
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.