Flutter needs to break free from Material May 16, 2023 3 min read Software Development Material should be a choice and not something you just use by default.
Using an enum for Firebase Remote Config in Flutter Apr 2, 2023 2 min read Software Development Firebase Remote Config is a really useful tool for implementing feature flags and experiments in your apps. It's also very simple to integrate into a Flutter application and read a value: FirebaseRemoteConfig.instance.
How to actually do TDD in Flutter Aug 4, 2022 8 min read Software Development The Flutter community is barrelling towards a nightmare of unmaintainable test suites, and development practices which waste more time than they save.