extra library

Classes

ActivityBarrier
A widget that add an activity indicator overlay that prevents the user from interacting with widgets behind itself.
ClearFocusBackground
FadedAnimatedSwitcher
FillRemainsScrollView
GuardedForm
A Form that tracks for changes and may prevent pop. Current implementation just track if form has been modified (calling Form.save() doesn't reset status).

Typedefs

ParameterizedAsyncTask<T, R> = Future<R> Function(T? param)