universal_navigation 0.8.1 copy "universal_navigation: ^0.8.1" to clipboard
universal_navigation: ^0.8.1 copied to clipboard

The navigation core for flutter apps. Allows to use bottom navigation and transfer some data between blocs and pages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add universal_navigation

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  universal_navigation: ^0.8.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:universal_navigation/universal_navigation.dart';
0
likes
120
pub points
43%
popularity

Publisher

unverified uploader

The navigation core for flutter apps. Allows to use bottom navigation and transfer some data between blocs and pages.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, get_it, rxdart

More

Packages that depend on universal_navigation