packagist_route 1.0.0 packagist_route: ^1.0.0 copied to clipboard
Wrapper for go_router.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add packagist_route
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
packagist_route: ^1.0.0
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:packagist_route/route.dart';
import 'package:packagist_route/route/bottomsheet.dart';
import 'package:packagist_route/route/go_navigator.dart';
import 'package:packagist_route/route/go_navigator_extension.dart';
import 'package:packagist_route/route/go_navigator_observer.dart';
import 'package:packagist_route/route/route_transition.dart';
import 'package:packagist_route/route/snackbar_controller.dart';