fast_nav 0.0.2 copy "fast_nav: ^0.0.2" to clipboard
fast_nav: ^0.0.2 copied to clipboard

outdated

Navigate without context. Call navigation methods from your business logic.

Navigate without context

Features #

fast_nav supports the following navigation methods:

  • pop
  • push
  • pushReplacement
  • pushAndRemoveUntil
  • pushAndRemoveAll
  • pushNamed
  • pushReplacementNamed
  • pushNamedAndRemoveUntil
  • pushNamedAndRemoveAll

fast_nav supports nested navigation and provides a NestedNavigator class for simple setup

Getting started #

MaterialApp(
  navigatorKey: FastNav.init(GlobalKey<NavigatorState>()),
);

Usage #

FastNav.push(const NewPage());

Additional information #

See fast_ui for more information

0
likes
0
pub points
5%
popularity

Publisher

verified publisherrexios.dev

Navigate without context. Call navigation methods from your business logic.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fast_nav