fluda library
Classes
Extensions
- BoolExt
- BuildContextExt
- FocusScopeNodeExt
- IntExt
- NumExt
- PageControllerExt
- Animates the controlled PageView from the current page to the given page. [...]
- ScrollControllerExtension
- Animates the position from its current value to the given value. [...]
- StringExt
- TextEditingControllerExt
- WidgetExt
Functions
-
asyncCatchAll(
Function function, {ErrorCallback onError}) → Future< bool> -
Runs the async
function
and ignore all the errors. [...] -
catchAll(
Function function, {ErrorCallback onError}) → bool -
Runs the
function
and ignore all the errors. [...]
Typedefs
-
ErrorCallback(
dynamic T) → dynamic