nav_flex 0.0.1+2 copy "nav_flex: ^0.0.1+2" to clipboard
nav_flex: ^0.0.1+2 copied to clipboard

This package demonstrates a custom navigation system for Flutter applications

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nav_flex

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

dependencies:
  nav_flex: ^0.0.1+2

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:nav_flex/main.dart';
import 'package:nav_flex/navigator/custom_navigator_observer.dart';
import 'package:nav_flex/navigator/draggable_history_button.dart';
import 'package:nav_flex/navigator/nav_flex.dart';
import 'package:nav_flex/navigator/navigation_service.dart';
import 'package:nav_flex/navigator/route_service.dart';
import 'package:nav_flex/navigator/transition_factory.dart';
0
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

This package demonstrates a custom navigation system for Flutter applications

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on nav_flex