AppNavigator class

The core of universal navigation library. Served for listening navigation events from NavigationControllerEvents and navigating to page with BottomNavigationPage or without it. Implement TabChangeListener for listening about changing root of bottom navigation bar item.

Implemented types

Constructors

AppNavigator(List<TabFlow> _tabFlows, GlobalFlows _globalFlows, GlobalNavKey _globalNavKey, NavigationEvents _navigationEvents, TabChanger _tabChanger)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyTabChanged(TabFlow tabFlow) → void
Changing _currentTab by changing bottom navigation bar item in BottomNavigationPage.
override
toString() String
A string representation of this object.
inherited

Operators

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