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
Sep 22, 2024 · 7 min read · Okay, this will be a pretty opinionated article, but it's a topic I feel strongly about. I grew up with Object-Oriented Programming (OOP), and since then, I've thought of objects when designing software systems. At the core of OOP is the idea that ob...
CChris commented
Feb 27, 2020 · 6 min read · If you haven't used GetIt before you might read this article first: One to find them all. If you are using GetIt for some time make sure to revisit the ReadMe in the API docs because a lot more was added in the last weeks. Like async factories and fa...
Join discussion