Teacher, Mentor, Trainer, and Contributor for Flutter in every possible way
@viveky259259
What is a State management
State management allows developers to determine the state of the application to ensure the changes made appropriately reflect the real-world context and business processes.
Application state management is the process of maintaining knowledge of an application's inputs across multiple related data flows that form a complete business transaction
The term state management relates to the administration of one or more component states in a system or product.
What is a State management
1. Maintain different states of the app
2. Share application data across the app.
Imperative approach
Declarative approach
Flutter is Declarative, which means that flutter builds its user interface to reflect the current state of your app.
Difference
State management
why, where, when ?
About us
Home page
Order
Profile
Data
Data
Data
Data
Global data like, analytics management, user data, config data, theme data