fluda library

Extensions

BuildContextExt on BuildContext
FocusScopeNodeExt on FocusScopeNode
IntExt on int
NumExt on num
PageControllerExt on PageController
Animates the controlled PageView from the current page to the given page.
ScrollControllerExtension on ScrollController
Animates the position from its current value to the given value.
StringExt on String?
TextEditingControllerExt on TextEditingController

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 Function(dynamic T)