async_listenable 1.2.0 copy "async_listenable: ^1.2.0" to clipboard
async_listenable: ^1.2.0 copied to clipboard

ValueListenable/ValueNotifier for async operations

1.2.0 #

  • AsyncListenable<T> now implements ValueListenable<AsyncSnapshot<T>>.

1.1.0 #

  • Added set(FutureOr<T>) method to AsyncNotifier for synchronous initialization/update of AsyncSnapshot without a SynchronousFuture.
  • Decreased the minimum Dart SDK version to 3.0.0.

1.0.1 #

  • Documentation updates.

1.0.0 #

  • Initial release. AsyncListenable, AsyncNotifier, and AsyncListenableBuilder.