auto_route_devtools 0.1.0 copy "auto_route_devtools: ^0.1.0" to clipboard
auto_route_devtools: ^0.1.0 copied to clipboard

Flutter DevTools extension for auto_route — inspect the live backstack, full router tree, route args, and navigate interactively.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_route_devtools

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  auto_route_devtools: ^0.1.0

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter DevTools extension for auto_route — inspect the live backstack, full router tree, route args, and navigate interactively.

Repository (GitHub)

Topics

#devtools #auto-route #navigation #debugging #flutter

License

MIT (license)

Dependencies

auto_route, auto_route_devtools_shared, flutter

More

Packages that depend on auto_route_devtools