utils/get library
Properties
-
appBuildNumber
→ Future<
String> -
no setter
-
appName
→ Future<
String> -
no setter
-
appPackageName
→ Future<
String> -
no setter
-
appVersion
→ Future<
String> -
no setter
- context ↔ BuildContext
-
getter/setter pair
- currentLocale ↔ Locale?
-
getter/setter pair
- isAndroid ↔ bool
-
getter/setter pair
- isDebugMode ↔ bool
-
getter/setter pair
- isDesktop ↔ bool
-
getter/setter pair
- isFuchsia ↔ bool
-
getter/setter pair
- isIos ↔ bool
-
getter/setter pair
- isLandScape ↔ bool
-
getter/setter pair
- isLinux ↔ bool
-
getter/setter pair
- isMacOs ↔ bool
-
getter/setter pair
- isMobile ↔ bool
-
getter/setter pair
- isPhone ↔ bool
-
getter/setter pair
- isPortrait ↔ bool
-
getter/setter pair
- isTablet ↔ bool
-
getter/setter pair
- isWeb ↔ bool
-
getter/setter pair
- isWindows ↔ bool
-
getter/setter pair
- screenHeight ↔ double
-
getter/setter pair
- screenWidth ↔ double
-
getter/setter pair
- textTheme ↔ TextTheme
-
getter/setter pair
- theme ↔ ThemeData
-
getter/setter pair
Functions
-
back(
) → void -
dialog(
Widget page, {bool dialog = false, VoidCallback? onDismiss}) → Future< void> -
dismissEasyLoading(
) → Future< void> -
isEasyLoadingShow(
) → bool -
off(
Widget page) → void -
offAll(
Widget page, {bool dialog = false, Transition transition = Transition.cupertino, int milliSecondDelay = 1}) → Future< void> -
push(
Widget page, {bool dialog = false, Transition transition = Transition.cupertino, bool preventDuplicates = true, int milliSecondDelay = 1}) → Future< void> -
showEasyError(
) → Future< void> -
showEasyLoading(
) → Future< void> -
updateLocale(
Locale locale) → void