developer_tools_auto_route 0.0.1
developer_tools_auto_route: ^0.0.1 copied to clipboard
Auto Route integration for developer_tools. Inspect current route, navigation stack, and router state.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add developer_tools_auto_routeWith Flutter:
$ flutter pub add developer_tools_auto_routeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
developer_tools_auto_route: ^0.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:developer_tools_auto_route/developer_tools_auto_route.dart';