banner
mcflydev.bsky.social
@mcflydev.bsky.social
Apparencekit.dev flutter template 📱
Launching my own apps 📦
Sometimes I go to sleep with a unfinished design
Then once I wake up, my idea is clearer and I fix it

Here is the unfinished incoming friend invitation system that will be coming on KUBBO
October 25, 2025 at 12:39 PM
- depending on the type of screen I sometime change some components

Inspired by web I handle those different layouts like this

#flutterdev #fluttertips
October 24, 2025 at 3:59 PM
- I track all my assumptions into well defined analytics dashboard (mixpanel)
- crash alerts enabled on Sentry
- push the feedback button on all my apps to let people easily reach me
October 14, 2025 at 9:00 AM
Because Flutter don't have multiple objects for Date and Time you have to know this.

ps: another solution is to create your "Date" only object. I also like to do it for time but this will be for another tips
October 10, 2025 at 4:00 PM