qora_devtools_overlay 0.2.0
qora_devtools_overlay: ^0.2.0 copied to clipboard
In-app debug overlay for Qora. Injects a floating panel with Queries, Mutations, and Timeline tabs into the running Flutter app — zero overhead in release builds.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qora_devtools_overlayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
qora_devtools_overlay: ^0.2.0Alternatively, your editor might support 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_overlay/qora_devtools_overlay.dart';