async_listenable 1.2.0 async_listenable: ^1.2.0 copied to clipboard
ValueListenable/ValueNotifier for async operations
1.2.0 #
AsyncListenable<T>
now implementsValueListenable<AsyncSnapshot<T>>
.
1.1.0 #
- Added
set(FutureOr<T>)
method toAsyncNotifier
for synchronous initialization/update ofAsyncSnapshot
without aSynchronousFuture
. - Decreased the minimum Dart SDK version to
3.0.0
.
1.0.1 #
- Documentation updates.
1.0.0 #
- Initial release.
AsyncListenable
,AsyncNotifier
, andAsyncListenableBuilder
.