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
safelyRemoveValuemethod toObservableModel - Added the
lazyflag toService - Added the
viewMountedgetter toControllerGadget - Modified the mechanism by which
ViewGadgetprovides theBuildContexttoControllerGadget - Added the
createmethod toViewGadget - Removed the
initmethod andcontrollerproperty fromViewGadget - Added the
createmethod toViewModelGadget - Removed the
initmethod andviewModelproperty fromViewGadget - Updated the docs
- Updated the examples
0.2.1 #
- Changed the signature of the
PropertiesSelectorfunction - Fixed docs typo
0.2.0+1 #
- Formatted view_model_gadget.dart
0.2.0 #
- Added the
subscribeToViewModelflag toViewModelGadget - Updated the docs
- Updated the examples
0.1.0+1 #
- Fixed broken links in README files
0.1.0 #
- First release