when_async_flutter 1.2.0+2 copy "when_async_flutter: ^1.2.0+2" to clipboard
when_async_flutter: ^1.2.0+2 copied to clipboard

Contains widgets, notifiers, etc to work with asynchronous computations. Helps with easy consumption of such computations in a flutter widget.

1.0.0 #

  • Initial release with Futures support

1.1.0 #

  • Breaking: Migrate to null-safety

1.2.0 #

  • Breaking: Add a future creation function for lazy future building instead of taking a future as a value in Widget constructor.
  • Breaking: Rename FutureSensitiveWidget to [WhenFutureBuilder].

1.2.0+1 #

  • Add initial snapshot state with uninitialized in [WhenFutureNotifierMixin]

1.2.0+2 #

  • Fix [WhenFutureNotifier.update] to refresh the future instead of using the old future's snapshots.
2
likes
110
pub points
48%
popularity

Publisher

verified publishermagnificsoftware.com

Contains widgets, notifiers, etc to work with asynchronous computations. Helps with easy consumption of such computations in a flutter widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, when_async

More

Packages that depend on when_async_flutter