#dart
Read more stories on Hashnode
Articles with this tag
Last month, I set myself a new challenge: to build and release a small app from scratch within a month. This decision came after a realization I had...
Using Flutter's CustomPaint to create futuristic looking widgets. · At the time of writing this article I’m working on a Survival/Management App/Game...
Last year, I wrote two articles about theming in Flutter, sharing my frustrations with ThemeData (part 1 & part 2). While ThemeData is powerful, its...
Use Case: Managing Nutrition in a Game I'm currently developing a game where nutrition plays a vital role. The user has a nutrition level that...
Track your user's step count using the device's pedometer in Flutter · On the time of writing, I'm working on a Flutter game with which I try to motivate...
In this article, I will show you how you can very easily create a reactive TextField in Flutter. Motivation A few months ago, while working on a...