debug_console_overlay 0.1.0
debug_console_overlay: ^0.1.0 copied to clipboard
A lightweight in-app debug overlay for Flutter showing logs in a floating console (disabled in release). MVP: draggable bubble, logs panel, search & filters, print/FlutterError capture helper.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add debug_console_overlayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
debug_console_overlay: ^0.1.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:debug_console_overlay/debug_console_overlay.dart';