aero_mvvm 0.0.1
aero_mvvm: ^0.0.1 copied to clipboard
A zero-dependency, highly performant MVVM state management framework for Flutter. Provides context-less routing, async state handling, and granular reactive UI rebuilds.
0.0.1 #
- Initial release of the
aero_mvvmframework. - Core Engine: Introduced
ViewModelandViewModelBuilderfor zero-dependency, granular reactive state management. - Async Management: Added
AsyncViewModelandViewStateenum to automatically handle API loading states and error catching without boilerplate try/catch blocks. - State Composition: Included
MultiViewModelBuilderfor seamless merging of global and local states within a single UI component. - Routing: Implemented
NavigationServicefor pure, context-less imperative navigation. - Testing & Stability: Added a comprehensive unit and widget testing suite ensuring memory safety and reactive stability.
- Examples: Included a fully functional e-commerce product screen example demonstrating decoupled state architectures and automatic API loading states.