qora_devtools_shared 0.1.0 copy "qora_devtools_shared: ^0.1.0" to clipboard
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_shared

With Flutter:

 $ flutter pub add qora_devtools_shared

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

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:qora_devtools_shared/qora_devtools_shared.dart';
0
likes
150
points
125
downloads

Documentation

API reference

Publisher

verified publishermeragix.dev

Weekly Downloads

Typed events, commands, models, and codecs — the protocol contract shared between qora_devtools_extension, qora_devtools_overlay, and the DevTools UI.

License

MIT (license)

More

Packages that depend on qora_devtools_shared