helper/global_functions library
Classes
Constants
- kTextValidatorEmailRegex → const String
- kTextValidatorUsernameRegex → const String
- kTextValidatorWebsiteRegex → const String
Functions
-
fixStatusBarOniOS16AndBelow(
BuildContext context) → void -
getWidgetBoundingBox(
BuildContext context) → Rect? - Get Widget bounding
-
launchURL(
String url) → Future -
showSnackbar(
BuildContext context, String message, {bool loading = false, int duration = 4}) → void -
valueOrDefault<
T> (T? value, T defaultValue) → T