Apr 17Multiple environments in Flutter (w VSCode & Firebase)If you are building a Flutter app of decent size, involving a backend and multiple users, you might want to support multiple environments like development and production. You’d want to use the development environment to test the app without interfering with the current users and when ready, push these changes…Flutter3 min readFlutter3 min read
Apr 11, 2022Error handling in Dart and ErrorOrPragmatic error handling in an erroneous world — I always felt a bit queasy when it comes to error handling in Dart/Flutter. So I’ll try to sum up some key concepts here to clear things up. I will also mention futures and asynchronous programming, as error handling is an integral part of this. I would also like to…Flutter3 min readFlutter3 min read
Feb 15, 2022Pragmatic State Handling in FlutterDo we need third-party packages to handle state? — State management is a hot topic in the Flutter community it seems — so let’s have a go 🔥😅 I have tried most of the existing state management solutions. Like bloc, Provider, Riverpod, Binder, etc. …Flutter4 min readFlutter4 min read