qora_devtools_shared 0.1.0
qora_devtools_shared: ^0.1.0 copied to clipboard
Typed events, commands, models, and codecs — the protocol contract shared between qora_devtools_extension, qora_devtools_overlay, and the DevTools UI.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add qora_devtools_sharedWith Flutter:
$ flutter pub add qora_devtools_sharedThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
qora_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:qora_devtools_shared/qora_devtools_shared.dart';