qora_devtools_extension 0.2.0 copy "qora_devtools_extension: ^0.2.0" to clipboard
qora_devtools_extension: ^0.2.0 copied to clipboard

Runtime VM service bridge for Qora DevTools. Publishes query and mutation events via developer.postEvent and registers ext.qora.* VM extensions for the DevTools inspector panel.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qora_devtools_extension

With Flutter:

 $ flutter pub add qora_devtools_extension

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

dependencies:
  qora_devtools_extension: ^0.2.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_extension/qora_devtools_extension.dart';
0
likes
160
points
123
downloads

Documentation

API reference

Publisher

verified publishermeragix.dev

Weekly Downloads

Runtime VM service bridge for Qora DevTools. Publishes query and mutation events via developer.postEvent and registers ext.qora.* VM extensions for the DevTools inspector panel.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

qora, qora_devtools_shared

More

Packages that depend on qora_devtools_extension