aero_mvvm 0.0.1 copy "aero_mvvm: ^0.0.1" to clipboard
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_mvvm framework.
  • Core Engine: Introduced ViewModel and ViewModelBuilder for zero-dependency, granular reactive state management.
  • Async Management: Added AsyncViewModel and ViewState enum to automatically handle API loading states and error catching without boilerplate try/catch blocks.
  • State Composition: Included MultiViewModelBuilder for seamless merging of global and local states within a single UI component.
  • Routing: Implemented NavigationService for 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.
0
likes
150
points
26
downloads

Documentation

API reference

Publisher

verified publishermocknode.dev

Weekly Downloads

A zero-dependency, highly performant MVVM state management framework for Flutter. Provides context-less routing, async state handling, and granular reactive UI rebuilds.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on aero_mvvm