@escamoteur
Flutter Developer, author of get_it, watch_it and flutter_command
Nothing here yet.
Nothing here yet.
Feb 26, 2025 · 16 min read · Okay, I'm just teasing. There are many ways to structure an app and choose state management. Some methods are not great, some are okay, and some have clear benefits. As always, this is my opinion based on many years in this field. Some theorie State ...
Join discussion
Feb 22, 2025 · 9 min read · ATTENTION: This is an article about get_it which has nothing to do with the getX package please stop mixing them up. Most people, when starting with Flutter, look for a way to access their data from views to keep them separate. The Flutter documenta...
Join discussion
Oct 27, 2024 · 9 min read · This is a follow-up to my last post on using proxy objects.This time we will: Improve error handling Show how to display a proxy in multiple places at once Demonstrate how to use Commands to write elegant code Improving the Error Handling of the...
CCarlos commented