extensions library
Extensions
- EnvironmentExtension on Widget
- Extension method to easily wrap a widget with an InheritedSolidProvider
-
FutureWhen
on Future<
T> - Extension methods for Future and Stream to handle loading, error, and data states.
-
IsRefreshingFuture
on Future<
T> - Extension to check if a Future is in refreshing state
-
IsRefreshingStream
on Stream<
T> - Extension to check if a Stream is in refreshing state
- ProviderReadExt on BuildContext
- Extension methods on BuildContext to read and watch provided data.
- ProviderWatchExt on BuildContext
- Extension methods on BuildContext to watch for updates in provided data.
-
RefreshFuture
on Future<
T> Function() - Extension methods to refresh Future functions
-
RefreshStream
on Stream<
T> Function() - Extension methods to refresh Stream functions
-
StreamWhen
on Stream<
T> - Extension methods for Stream to handle loading, error, and data states.