navigator_plus 2.0.0 copy "navigator_plus: ^2.0.0" to clipboard
navigator_plus: ^2.0.0 copied to clipboard

This package helps to manage the navigate between screens in an elegant and easy way.

navigator_plus #

This package helps to manage the navigate between screens in an elegant and easy way.

Using #

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile and web development, and a full API reference.

Installation #

First, add navigator_plus as a dependency in your pubspec.yaml file.

In your flutter project add the dependency:

dependencies:
  ...
  navigator_plus:

For help getting started with Flutter, view the online documentation.

Example #

Please follow this example here.

Navigate screen

NavigatorName.to(context, Routes.secondScreen,
  arguments: {'name': 'datadirr'}, result: (result) {
    if (result.resultOk) {
      log("Owner: ${result.data['ownerName']}");
    }
});

Fetch data from screen

NavigatorName.getArguments(context);
9
likes
160
points
179
downloads

Publisher

verified publisherdatadirr.com

Weekly Downloads

This package helps to manage the navigate between screens in an elegant and easy way.

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on navigator_plus