Understanding State Management in Flutter - Foundation
Video Statistics and Information
Channel: Flutter Explained
Views: 13,621
Rating: 4.8565402 out of 5
Keywords: State management, State, What is state, Why manage state, manage state, state, management, basics of state management, state management start, where to start state managemen, code, flutter, development, flutter tutorial, presentation, learning, flutter state management, bloc pattern, flutter state, state management, flutter state management bloc, state management flutter, flutter state management tutorial, flutter state management redux, flutter state management provider, flutter sdk
Id: B7MwkIh3Kck
Channel Id: undefined
Length: 13min 46sec (826 seconds)
Published: Tue Jun 02 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
You mentioned the provider package to have quite a bit of boiler plate. I found it to be one of the least complicated state management tools while also having the least amount of boiler plate compared to bloc and redux. Can you show an example on what kind of extra boiler plate it has?
Great video! I come from a client/server environment, with decades of Windows (and Dos) coding. Obviously state management is very foreign to me. In my world, the window owned it's components, and the window owned it's state, so to speak. And frankly, it was gnarly.
I really like the ability to manage the state of things, with controllers that can inject into the UI where needed, what's needed, but the amount of code, ugh!
I have been doing a lot of code alongs the last 3 months, trying to climb the flutter mountain, which now looks more like a hill, and I ran across Get last week, and rewrote one of the code alongs, basically cutting the code in half. I was wondering where you see a tool like Get fitting into state management? Or am I doing it all wrong?