developer_tools_auto_route 0.0.1 copy "developer_tools_auto_route: ^0.0.1" to clipboard
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_route

With Flutter:

 $ flutter pub add developer_tools_auto_route

This 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.1

Alternatively, 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';
0
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Auto Route integration for developer_tools. Inspect current route, navigation stack, and router state.

Homepage
Repository (GitHub)
View/report issues

Topics

#development #debug #tools #auto-route #flutter

License

unknown (license)

Dependencies

auto_route, developer_tools_core, flutter

More

Packages that depend on developer_tools_auto_route