simple_mvvm 1.0.2 simple_mvvm: ^1.0.2 copied to clipboard
A bold and balanced state management library that pairs MVVM structures with the simplicity of InheritedWidget.
1.0.2 #
- πͺ Update README diagrams
- Date: 10-08-2024
1.0.1 #
- π© Added advanced usage, testing, and VS code documentation
- Date: 2-07-2024
0.1.3 #
- π© Added error message when inherited ViewModel cannot be found above ModelWidget
- π¨ Lowered minimum Dart SDK version to 2.19.0
- Date: 9-14-2023
0.1.2 #
- π© Added an example showing how to reuse ViewModel logic
- Date: 9-03-2023
0.1.1 #
- π¨ Made ModelBuilder TypeDef private
- π© Added useful error message when inherited ViewModel cannot be found
- Date: 8-25-2023
0.1.0 #
- π© Added ModelWidget class
- π¨ Updated readme to show ModelWidget usage
- Date: 8-23-2023
0.0.9 #
- πͺ Readme formatting
- Date: 8-22-2023
0.0.8 #
- π© Class and method documentation
- Date: 8-22-2023
0.0.7 #
- πͺ Broken image links in readme
- Date: 8-22-2023
0.0.6 #
- π¨ Added Simple MVVM architecture diagram
- π© Basic package tests
- π© Future Data example
- Date: 8-22-2023
0.0.5 #
- π¨ Updated readme to show additional ways to access ViewModels
- Date: 8-14-2023
0.0.4 #
- π© Flutter Counter example
- π© getModel
- π¨ Updated ViewModelBuilder Live Template to use getModel
- Date: 8-14-2023
0.0.3 #
- π¨ Minor updates to readme
- Date: 8-13-2023
0.0.2 #
- π¨ Migrated to ViewModelBuilder, ViewModel, and ViewModelProvider classes
- π©Added Live Templates for IntelliJ
- π₯ Removed dependency on get_it
- π¨ Updated example to illustrate new usage
- Date: 8-13-2023
0.0.1 #
- π©Initial pre-release
- Date: 7-14-2023
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.
Types of Changes #
- π© Added
- π¨ Changed
- π§ Deprecated
- π₯ Removed
- πͺ Fixed
- π¦ Security