auto_route_devtools 0.2.0
auto_route_devtools: ^0.2.0 copied to clipboard
auto_route adapter for the navigation_devtools DevTools extension — live backstack, router tree, args, and interactive navigation for auto_route apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add auto_route_devtoolsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
auto_route_devtools: ^0.2.0Alternatively, 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:auto_route_devtools/auto_route_devtools.dart';