debug_log_console 1.1.0 copy "debug_log_console: ^1.1.0" to clipboard
debug_log_console: ^1.1.0 copied to clipboard

Using a draggable and hoverable panel to display the key info/log of app state, network requests, etc. The info/log can be copied or shared as file.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add debug_log_console

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  debug_log_console: ^1.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_log_console/debug_log_console.dart';
10
likes
40
pub points
41%
popularity

Publisher

verified publishermalikwang.com

Using a draggable and hoverable panel to display the key info/log of app state, network requests, etc. The info/log can be copied or shared as file.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, path_provider, share_extend

More

Packages that depend on debug_log_console