RouteGeneralLibFlutter class

Constructors

RouteGeneralLibFlutter({required RouteWidgetBuilderGeneralLibFlutter<Widget> onErrorRoute, required RouteWidgetBuilderGeneralLibFlutter onNotFoundRoute})

Properties

hashCode int
The hash code for this object.
no setterinherited
onErrorRoute RouteWidgetBuilderGeneralLibFlutter<Widget>
final
onNotFoundRoute RouteWidgetBuilderGeneralLibFlutter
final
routers RouteMapGeneralLibFlutter
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

all(String path, RouteWidgetBuilderGeneralLibFlutter routeWidgetBuilderGeneralLibFlutter) → void
anyDataToWidget({required dynamic data, required BuildContext context}) Widget
get(String path, RouteWidgetBuilderGeneralLibFlutter routeWidgetBuilderGeneralLibFlutter) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parsePattern(String path) String
poast(String path, RouteWidgetBuilderGeneralLibFlutter routeWidgetBuilderGeneralLibFlutter) → void
route<T>(RouteSettings settings) Route<T>
toMaterialApp({Key? key, GlobalKey<NavigatorState>? navigatorKey, GlobalKey<ScaffoldMessengerState>? scaffoldMessengerKey, Widget? home, String initialRoute = "/", bool onNavigationNotification(NavigationNotification navigationNotification)?, List<NavigatorObserver> navigatorObservers = const <NavigatorObserver>[], Widget builder(BuildContext context, Widget? widget)?, String title = '', String onGenerateTitle(BuildContext context)?, Color? color, ThemeData? theme, ThemeData? darkTheme, ThemeData? highContrastTheme, ThemeData? highContrastDarkTheme, ThemeMode? themeMode = ThemeMode.system, Duration themeAnimationDuration = kThemeAnimationDuration, Curve themeAnimationCurve = Curves.linear, Locale? locale, Iterable<LocalizationsDelegate>? localizationsDelegates, Locale? localeListResolutionCallback(List<Locale>? locales, Iterable<Locale> supportedLocales)?, Locale? localeResolutionCallback(Locale? locale, Iterable<Locale> supportedLocales)?, 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<ShortcutActivator, Intent>? shortcuts, Map<Type, Action<Intent>>? actions, String? restorationScopeId, ScrollBehavior? scrollBehavior, bool useInheritedMediaQuery = false, AnimationStyle? themeAnimationStyle}) MaterialApp
toString() String
A string representation of this object.
inherited

Operators

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