GrowingPageProvider class

Properties

builtFlutterPageMap Map<Route, FlutterPage>
no setter
hashCode int
The hash code for this object.
no setterinherited
lastTimestamp int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

currentPage({Element? element}) FlutterPage?
handleBuildPage(Route route, Widget widget, BuildContext context) → void
handleDrawFrame() → void
handlePop(Route route, Route? previousRoute) → void
handlePush(Route route, Route? previousRoute) → void
handleRemove(Route route, Route? previousRoute) → void
handleReplace(Route route, Route? oldRoute) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
provideNaviNode(NavigatorState state) → GrowingNaviNode
sendPageWhenFlutterStart() → void
toString() String
A string representation of this object.
inherited
trackCustomPage(String title, Widget widget) → void

Operators

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

Static Methods

getInstance() GrowingPageProvider