packagist_route 1.0.1
packagist_route: ^1.0.1 copied to clipboard
Wrapper for go_router.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add packagist_routeWith Flutter:
$ flutter pub add packagist_routeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
packagist_route: ^1.0.1Alternatively, your editor might support dart pub get or 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';