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

outdated

A view model framework inspired by Microsofts INotifyPropertyChanged interface.

0.1.15 #

BusyIndicator: changed function signature of "doAction" to "Future

0.1.14 #

Fix flutter_view_model.dart to export BusyIndicator and BusyIndicatorBarrierWidget.

0.1.13 #

Added BusyIndicator: A model to express a busy state. Added BusyIndicatorBarrierWidget: A widget visualising a BusyIndicator isBusy state.

0.1.12 #

IExceptionDialogTextProvider: changed translateException(Exception ex) to translateExceptionOrError(Object exceptionOrError);

0.1.11 #

Added ProgressBarrierWidget: Displays a barrier that contains a the progress content (typically something like CircularProgressIndicator), when the isInProgress stream contains a TRUE value other whise the defaultContent is displayed. Added CommandProgressBarrierWidget: Child of ProgressBarrierWidget while the isInProgress stream used the commands isExecuting stream.

0.1.10 #

Added AnimatedObservableList: AnimatedObservableList encapsulate an AnimatedList widget for an ObservableList property.

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, rx_command, rxdart

More

Packages that depend on flutter_view_model