GetxApp class

GetxAppWidegt

Inheritance
Available extensions

Constructors

GetxApp({Key? key, Size designSize = ScreenUtil.defaultSize, bool splitScreenMode = false, bool minTextAdapt = false, bool useInheritedMediaQuery = false, bool ensureScreenSize = false, bool enableScaleWH()?, bool enableScaleText()?, Iterable<String>? responsiveWidgets, Iterable<String>? excludeWidgets, double fontSizeResolver(num, ScreenUtil) = FontSizeResolvers.width, GlobalKey<NavigatorState>? navigatorKey, GlobalKey<ScaffoldMessengerState>? scaffoldMessengerKey, Widget? home, Map<String, Widget Function(BuildContext)> routes = const <String, WidgetBuilder>{}, String? initialRoute, Route? onGenerateRoute(RouteSettings)?, List<Route> onGenerateInitialRoutes(String)?, Route? onUnknownRoute(RouteSettings)?, List<NavigatorObserver> navigatorObservers = const <NavigatorObserver>[], TextDirection? textDirection, String title = '', String onGenerateTitle(BuildContext)?, Color? color, ThemeData? theme, ThemeData? darkTheme, ThemeMode? themeMode, Locale? locale, Locale? fallbackLocale, Iterable<LocalizationsDelegate>? localizationsDelegates, Locale? localeListResolutionCallback(List<Locale>?, Iterable<Locale>)?, Locale? localeResolutionCallback(Locale?, Iterable<Locale>)?, Iterable<Locale> supportedLocales = const <Locale>[Locale('en', 'US')], bool debugShowMaterialGrid = false, bool showPerformanceOverlay = false, bool checkerboardRasterCacheImages = false, bool checkerboardOffscreenLayers = false, bool showSemanticsDebugger = false, bool debugShowCheckedModeBanner = true, Map<LogicalKeySet, Intent>? shortcuts, ScrollBehavior? scrollBehavior, CustomTransition? customTransition, Map<String, Map<String, String>>? translationsKeys, Translations? translations, void onInit()?, void onReady()?, void onDispose()?, void routingCallback(Routing?)?, Transition? defaultTransition, List<GetPage>? getPages, bool? opaqueRoute, bool? enableLog = kDebugMode, void logWriterCallback(String, {bool isError})?, bool? popGesture, Duration? transitionDuration, bool? defaultGlobalState, SmartManagement smartManagement = SmartManagement.full, Bindings? initialBinding, GetPage? unknownRoute, ThemeData? highContrastTheme, ThemeData? highContrastDarkTheme, Map<Type, Action<Intent>>? actions, TransitionBuilder? builder})
const

Properties

actions Map<Type, Action<Intent>>?
final
builder TransitionBuilder?
final
checkerboardOffscreenLayers bool
final
checkerboardRasterCacheImages bool
final
color Color?
final
customTransition CustomTransition?
final
darkTheme ThemeData?
final
debugShowCheckedModeBanner bool
final
debugShowMaterialGrid bool
final
defaultGlobalState bool?
final
defaultTransition Transition?
final
designSize Size
final
enableLog bool?
final
enableScaleText bool Function()?
final
enableScaleWH bool Function()?
final
ensureScreenSize bool
final
excludeWidgets Iterable<String>?
final
fallbackLocale Locale?
final
fontSizeResolver double Function(num, ScreenUtil)
final
getPages List<GetPage>?
final
hashCode int
The hash code for this object.
no setterinherited
highContrastDarkTheme ThemeData?
final
highContrastTheme ThemeData?
final
home Widget?
final
initialBinding Bindings?
final
initialRoute String?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
locale Locale?
final
localeListResolutionCallback Locale? Function(List<Locale>?, Iterable<Locale>)?
final
localeResolutionCallback Locale? Function(Locale?, Iterable<Locale>)?
final
localizationsDelegates Iterable<LocalizationsDelegate>?
final
logWriterCallback → void Function(String, {bool isError})?
final
minTextAdapt bool
final
final
final
onDispose → void Function()?
final
onGenerateInitialRoutes List<Route> Function(String)?
final
onGenerateRoute Route? Function(RouteSettings)?
final
onGenerateTitle String Function(BuildContext)?
final
onInit → void Function()?
final
onReady → void Function()?
final
onUnknownRoute Route? Function(RouteSettings)?
final
opaqueRoute bool?
final
popGesture bool?
final
responsiveWidgets Iterable<String>?
final
routes Map<String, Widget Function(BuildContext)>
final
routingCallback → void Function(Routing?)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldMessengerKey GlobalKey<ScaffoldMessengerState>?
final
scrollBehavior ScrollBehavior?
final
shortcuts Map<LogicalKeySet, Intent>?
final
showPerformanceOverlay bool
final
showSemanticsDebugger bool
final
smartManagement SmartManagement
final
splitScreenMode bool
final
supportedLocales Iterable<Locale>
final
textDirection TextDirection?
final
theme ThemeData?
final
themeMode ThemeMode?
final
title String
final
transitionDuration Duration?
final
translations Translations?
final
translationsKeys Map<String, Map<String, String>>?
final
unknownRoute GetPage?
final
useInheritedMediaQuery bool
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited