navigation_devtools_shared 0.1.0
navigation_devtools_shared: ^0.1.0 copied to clipboard
Shared protocol models used by the navigation_devtools DevTools extension and its runtime adapters.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add navigation_devtools_sharedWith Flutter:
$ flutter pub add navigation_devtools_sharedThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
navigation_devtools_shared: ^0.1.0Alternatively, 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:navigation_devtools_shared/navigation_devtools_shared.dart';