To State or not to State? when you start a new Flutter project you can be confused about with state management technique that can suit you, and you can be tempted to use provider! but what is really provider? Luckily we had Read More
Adding a dark and light theme options for your app is a way for your users to choose how to best use your app depending on the time of the day (or personal taste). To that end, Damion Davy created a tutorial Read More
Chances are if you search for a Dart of Flutter question on StackOverflow you’ll find one person consistently answering those questions: Rémi Rousselet. Or maybe you’ve heard this year’s Google I/O talk about state management where provider was shown as a great Read More
After the Google I/O presentation about State Management in which the provider package was the main focus, many began to research it and use it on their projects. The concept behind the it is simple: we want to provide something to our Read More
Recent Comments