qora_devtools_extension 0.2.0
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_extensionWith Flutter:
$ flutter pub add qora_devtools_extensionThis 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.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_extension/qora_devtools_extension.dart';