async_listenable library

Classes

AsyncListenable<T>
An interface for subclasses of Listenable that expose a snapshot.
AsyncListenableBuilder<T>
Subscribe to an AsyncListenable and build a widget in response to the latest snapshot.
AsyncNotifier<T>
A ChangeNotifier that holds a current state of asynchronous computation.

Typedefs

AsyncListenableWidgetBuilder<T> = Widget Function(BuildContext context, AsyncSnapshot<T> snapshot)