debug_console_overlay 0.1.0 copy "debug_console_overlay: ^0.1.0" to clipboard
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_overlay

This 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.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:debug_console_overlay/debug_console_overlay.dart';
0
likes
120
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, dio, flutter

More

Packages that depend on debug_console_overlay