AdeptState<W extends StatefulWidget, T, B> class abstract

Inheritance
Implemented types
Mixed in types

Constructors

AdeptState({B? base, bool pressBackAgain = false, String? pressBackAgainMessage})

Properties

base → B?
no setter
context BuildContext
The location in the tree where this widget builds.
no setterinherited
fragment Widget
getter/setter pair
fragmentsManager ListStack<Widget>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBuildCompleted → dynamic
no setter
isLoading bool
no setter
lifecycleState LifecycleState
no setter
mounted bool
Whether this State object is currently in a tree.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldKey GlobalKey<ScaffoldState>
no setter
widget → W
The current configuration.
no setterinherited

Methods

activate() → void
Called when this object is reinserted into the tree after having been removed via deactivate.
inherited
addFragment(Widget fragment, {bool repeated = false, bool refresh = true}) Widget
addLifecycleAware(StreamSubscription? streamSubscription, {Set<LifecycleState> lifecycleStates = LifecycleStateUtils.ALL_STATES, RecreateOnResume? recreateOnResume}) bool
The streamSubscription to be aware of life cycle changes The lifecycleStates to take into account during changes, by default all lifeCycles will be taken into account The recreateOnResume function indicates that the streamSubscription should cancel on pause and recreate on resume by using this function
bodyLoading({required Widget body, bool? inAsyncCall, double opacity = 0.7, Color color = Colors.black, Widget? progressIndicator, Offset? offset, bool dismissible = false}) Widget
bodyOnBackPressed({required Widget body}) WillPopScope
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
check() → void
override
clearFragments() → void
deactivate() → void
Called when this object is removed from the tree.
override
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
didChangeAccessibilityFeatures() → void
Called when the system changes the set of currently active accessibility features.
inherited
didChangeAppLifecycleState(AppLifecycleState state) → void
Called when the system puts the app in the background or returns the app to the foreground.
override
didChangeDependencies() → void
Called when a dependency of this State object changes.
inherited
didChangeLocales(List<Locale>? locales) → void
Called when the system tells the app that the user's locale has changed. For example, if the user changes the system language settings.
inherited
didChangeMetrics() → void
Called when the application's dimensions change. For example, when a phone is rotated.
inherited
didChangePlatformBrightness() → void
Called when the platform brightness changes.
inherited
didChangeTextScaleFactor() → void
Called when the platform's text scale factor changes.
inherited
didHaveMemoryPressure() → void
Called when the system is running low on memory.
inherited
didPopRoute() Future<bool>
Called when the system tells the app to pop the current route, such as after a system back button press or back gesture.
inherited
didPushRoute(String route) Future<bool>
Called when the host tells the application to push a new route onto the navigator.
inherited
didPushRouteInformation(RouteInformation routeInformation) Future<bool>
Called when the host tells the application to push a new RouteInformation and a restoration state onto the router.
inherited
didRequestAppExit() Future<AppExitResponse>
Called when a request is received from the system to exit the application.
inherited
didUpdateWidget(covariant W oldWidget) → void
Called whenever the widget configuration changes.
inherited
dispose() → void
Called when this object is removed from the tree permanently.
override
extras() → void
override
getSelectedDrawerItemId() int
override
handleException(dynamic e, {BuildContext? context, String title = 'Error', String btnContinueText = 'CONTINUE', String btnExitText = 'EXIT'}) → void
hideLoading({int? delayMillis}) → void
override
init() → void
override
initState() → void
Called when this object is inserted into the tree.
override
isCurrentFragment(Widget fragment) bool
isPressBackAgain() bool
override
listeners() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBackPressed() Future<bool>
onBackPressed returns false to stop propagating the event, true in other cases
override
onBuildCompleted() → void
override
onClick({Widget? w, dynamic id, BuildContext? ctx}) → void
override
onCreated() → void
override
onDestroy() → void
override
onDetached() → void
override
onInactive() → void
override
onItemClick({Widget? w, T? item, int? position, dynamic id, BuildContext? ctx}) → void
override
onItemLongClick({Widget? w, T? item, int? position, dynamic id, BuildContext? ctx}) → void
override
onLongClick({Widget? w, dynamic id, BuildContext? ctx}) → void
override
onPaused() → void
override
onResumed() → void
override
onStopped() → void
override
pop<T extends Object?>({BuildContext? context, T? result}) → void
override
pressBackAgain(bool pressBackAgain, {String pressBackAgainMessage = 'Press back again to exit'}) → void
override
push<T>({BuildContext? context, Route<T>? route, String? routeName, Widget? widget}) Future<T?>?
override
pushReplacement<T, TO>({BuildContext? context, Route<T>? newRoute, String? newRouteName, Widget? newWidget, TO? result}) Future<T?>?
override
reassemble() → void
Called whenever the application is reassembled during debugging, for example during hot reload.
inherited
refresh([VoidCallback? fn, bool forceRefresh = false]) → void
removeLifecycleAware(StreamSubscription? streamSubscription) bool
setFragment(Widget fragment, {bool refresh = true}) Widget
setState(VoidCallback fn) → void
Notify the framework that the internal state of this object has changed.
inherited
showLoading({String? message, bool showProgressIndeterminate = true, Widget? progressIndicator}) → void
override
showPressBackAgainMessage() → dynamic
showSnackBar(SnackBar snackBar, {SnackBarClosedReason? hideCurrent, BuildContext? context}) ScaffoldFeatureController<SnackBar, SnackBarClosedReason>
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
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited
validate() bool
override

Operators

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