Thomas Burkhartblog.burkharts.net·Oct 27, 2024Keeping widgets in sync with your dataThis 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...1 like·427 reads#flutter_command
Thomas Burkhartblog.burkharts.net·Sep 22, 2024Understanding the Problems with Dogmatic Programming AdviceOkay, 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...4 likes·420 readswatch_it
Thomas Burkhartblog.burkharts.net·Feb 27, 2020Let's get this party startedIf 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...1 like·143 readsuncategorized