easy_nav 0.0.1 copy "easy_nav: ^0.0.1" to clipboard
easy_nav: ^0.0.1 copied to clipboard

outdated

An easy navigation

EasyNav #

Just a simple wrapper around flutter navigator, dialogs and snackbar to do those things without context.

Don't forget to do add the navigator key:

 @override
  Widget build(BuildContext context, WidgetRef ref) {
    return MaterialApp(
      
      ...
      navigatorKey: EasyNav.navigatorKey,
      ...
    );
  }

Installation #

At the moment just do:

dependencies:
  flutter:
    sdk: flutter

  easy_nav:
    git:
      url: https://github.com/abdushakoor12/easy_nav.git
      ref: [commit hash like 744e73e5a0e38962eeec96760b1413170618abee] # optional

2
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

An easy navigation

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on easy_nav