page_route_generator 0.0.1
page_route_generator: ^0.0.1 copied to clipboard
Page Route Generator is a build-time utility for Flutter that helps you automatically generate and manage routes for your app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add page_route_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
page_route_generator: ^0.0.1Alternatively, 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:page_route_generator/page_route_generator.dart';