qora_devtools_overlay 0.2.0 copy "qora_devtools_overlay: ^0.2.0" to clipboard
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_overlay

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

Alternatively, 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';
0
likes
160
points
121
downloads

Documentation

API reference

Publisher

verified publishermeragix.dev

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, lucide_icons_flutter, provider, qora, qora_devtools_shared

More

Packages that depend on qora_devtools_overlay