flutter_view_model 0.1.9
flutter_view_model: ^0.1.9 copied to clipboard
A view model framework inspired by Microsofts INotifyPropertyChanged interface.
0.1.9 #
Fixes: NotifyPropertyChanged isPausingSendNotifications
0.1.8 #
ObservableList<>: Removed indexOfWhere() because there is indexWhere.
0.1.7 #
- ObservableList<>: Added indexOfWhere() to find the index of an elemente by using a test function.
0.1.6 #
- ObservableList<>.removeWhere() is notifing ItemRemovedEvent.
- NotifyPropertyChanged: Add method "doWhileStopNotification", which allows to manipulate the list without sending notifications.
0.1.5 #
- Added "AnimatedObservableList": Quickly build an AnimatedList widget from an ObservableList<>.
0.1.4 #
- Added "isPausingSendNotifications" to INotifyPropertyChanged and NotifyPropertyChanged.
- Added "isBlank()" and changed impl. of "isEmpty()" within string_utils.dart
0.1.3 #
- fixes AppNavigator.
0.1.2 #
- Readme corrections.
0.1.1 #
- Readme corrections.
0.1.0 #
- Initial version.