utils/spinner library
Classes
- Spinner
- Simple progress spinner for long-running operations.
Functions
-
runWithSpinner<
T> (String message, Future< T> fn()) → Future<T> -
Runs
fnwhile showing a spinner withmessage. Returns the result offn.
fn while showing a spinner with message. Returns the result of fn.