flutter_gadgets_2 0.3.0 flutter_gadgets_2: ^0.3.0 copied to clipboard
Flutter Gadgets 2, a library for simplified state (model) management and service location in Flutter.
0.3.0 #
- Added the
safelyRemoveValue
method toObservableModel
- Added the
lazy
flag toService
- Added the
viewMounted
getter toControllerGadget
- Modified the mechanism by which
ViewGadget
provides theBuildContext
toControllerGadget
- Added the
create
method toViewGadget
- Removed the
init
method andcontroller
property fromViewGadget
- Added the
create
method toViewModelGadget
- Removed the
init
method andviewModel
property fromViewGadget
- Updated the docs
- Updated the examples
0.2.1 #
- Changed the signature of the
PropertiesSelector
function - Fixed docs typo
0.2.0+1 #
- Formatted view_model_gadget.dart
0.2.0 #
- Added the
subscribeToViewModel
flag toViewModelGadget
- Updated the docs
- Updated the examples
0.1.0+1 #
- Fixed broken links in README files
0.1.0 #
- First release