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

outdated

A view model framework inspired by Microsofts INotifyPropertyChanged interface.

[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
pub points
35%
popularity

Publisher

unverified uploader

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