turbo_mvvm 1.0.0 copy "turbo_mvvm: ^1.0.0" to clipboard
turbo_mvvm: ^1.0.0 copied to clipboard

A lightweight MVVM state management solution inspired by the FilledStacks Stacked package.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2025-01-06 #

Added #

  • BaseViewModel for MVVM pattern implementation
  • ViewModelBuilder widget for reactive UI updates
  • Automatic lifecycle management (initialise and dispose)
  • BusyManagement mixin for local busy states
  • ErrorManagement mixin for error handling
  • ViewModelHelpers mixin for utility methods
  • BusyServiceManagement mixin for global busy state
  • BusyService singleton for application-wide busy indicators
  • BusyModel with support for title, message, type, and payload
  • BusyType enum for different busy indicator styles
  • Timeout functionality for busy states
  • AkeBaseViewModel and AkeViewModelBuilder for automatic keep-alive
  • Safe BuildContext access via context getter
  • isMounted check for widget tree presence
  • Argument passing to ViewModels
  • isInitialised notifier for initialization tracking
  • Reactive and non-reactive ViewModel support
  • Custom dispose callbacks
  • All features from previous versions (0.0.1 - 0.0.15)

Changed #

  • Package renamed from veto to turbo_mvvm
  • Updated import paths to use package:turbo_mvvm/turbo_mvvm.dart
  • Integrated Provider package for efficient state propagation
  • Made BaseViewModel a ChangeNotifier
  • Enhanced busy state management with timeouts
  • Improved error handling
  • Better context access safety
  • Enhanced documentation and examples
  • Generic arguments of payload changed to dynamic
  • isBusy renamed to isBusyListenable, new isBusy bool getter added

Fixed #

  • Fixed non-reactive ViewModel disposal
  • Fixed Ake classes naming and functionality
  • Fixed missing payload in BusyServiceManagement
  • Fixed duration bugs
  • Fixed reactive ViewModel rebuild issues
  • Fixed argument nullability

Removed #

  • Various deprecated APIs from previous versions
0
likes
150
points
99
downloads

Publisher

verified publisherultrawideturbodev.com

Weekly Downloads

A lightweight MVVM state management solution inspired by the FilledStacks Stacked package.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, provider

More

Packages that depend on turbo_mvvm