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