PulseXNavigator class

Navigation service using global navigator key

Constructors

PulseXNavigator()
factory

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

getArgs<T>() PulseXArguments<T>
Receives arguments when navigating to a new route with parameters
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pop<T>([T? result]) → void
push<T extends Widget>(T route) Future<Object?>?
navigate to a new screen
pushNamed<T>(String routeName, {PulseXArguments<T>? arguments}) Future<Object?>?
Navigate to a new route using route name TODO: this function is still under development
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

Global navigator key which which is placed in your MaterialApp Example usage:
getter/setter pair