#app-development
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...
In my previous article, I tried to explain why theming in Flutter confuses me.I ended the article by saying the way ThemeData is implemented doesn't...
About two weeks ago I posted the following tweet: https://twitter.com/SEGVeenstra/status/1639904262837739520 Reactions to this tweet were pretty...
It's been a while since the last devblog. It was a busy couple of weeks with the holidays and the Flutter Forward event coming up. I made a little bit...
I've finally made some progress again! But it may not be the progress you'd expect... Last week I've decided to give a tool I've tried over a year ago...
Structuring your UI in Flutter can be tricky. For me the main reason was because both logic and UI code are written in the same language (Dart). This...