future_loading_overlay library

Classes

FutureLoadingOverlayDialog<T>
A loading overlay dialog

Functions

showFutureLoadingOverlay<T>({required BuildContext context, required Future<T> future, bool barrierDismissible = false, bool expanded = false}) Future<T?>
A helper function that run a future and display loading dialog and hide when future is completed