mvvm_kit 0.8.0
mvvm_kit: ^0.8.0 copied to clipboard
A lightweight MVVM pattern implementation with LiveData for reactive state management in Flutter applications.
0.8.0 #
- Initial release of mvvm_kit
- LiveData implementation for reactive state management
- MutableLiveData for mutable observable data
- HotswapLiveData for dynamic data source switching
- ViewModel base class with lifecycle management
- ViewState for connecting views to ViewModels
- Watch and GroupWatch widgets for observing LiveData changes
- DataScope for automatic resource management and disposal
- LiveData transformations: transform, filter, mirror
- RepositoryData pattern for data layer integration
- Comprehensive documentation and examples