All Things Flutter
Everything around app development with Flutter
Connect
You have to be realistic about how much work you get done
Especially if you focus on B2C, there are a lot of downsides to the dream of your own app.
Mock data is crucial for testing and development, ensuring that the app functions correctly across various scenarios. For my bar app, I needed comprehensive and realistic data sets for bars in Vienna.
No more compile errors when switching projects.
My preferred way of testing apps. It's quick and efficient and let's you prevent regression.
Before starting the development process for an app, you should consider a few things. And if you decide to follow through, there are still a lot of things to prepare. I will look into this today.
Some tips from my freelance journey and from hiring on Upwork myself.
Stop doing the boring stuff. That's what I thought after building my 30th app. Every app has similar core components. Onboarding, Navigation, Dark/Light Mode, Settings, State-management.
My long state-management journey is at an end it seems. Or that's what I hope at least.
Simple helpers with big impact on code readability.