flutter_view_model 0.1.9 copy "flutter_view_model: ^0.1.9" to clipboard
flutter_view_model: ^0.1.9 copied to clipboard

outdated

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.
1
likes
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A view model framework inspired by Microsofts INotifyPropertyChanged interface.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, rxdart

More

Packages that depend on flutter_view_model