helper/global_functions library

Classes

GlobalFunctions

Properties

isAndroid bool
no setter
isiOS bool
no setter
isWeb bool
no setter

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