SimpleAppState Documentation ============================ `SimpleAppState `_ is a state-first state management library for Flutter. This is designed for teams where not everyone is a state-management expert, prioritizing explicit ownership and misuse-resistant APIs to keep state behavior predictable and easy to reason about. This documentation explains not only how to use the package, but also the design principles and trade-offs behind it. If you are new to SimpleAppState, start with *Getting Started*. If you want to understand the design philosophy, read *Core Concepts* and *Project Management and Design*. .. toctree:: :maxdepth: 2 :caption: Contents getting_started/index core_concepts/index state_models/index flutter_integration/index advanced/index project_management_and_design/index appendix/index notice