dart_console_log_handler 1.0.0 copy "dart_console_log_handler: ^1.0.0" to clipboard
dart_console_log_handler: ^1.0.0 copied to clipboard

Platformweb

A dart package to show your log messages in browser console. From now, you can see your dart log messages in the browser.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_console_log_handler

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

dependencies:
  dart_console_log_handler: ^1.0.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:dart_console_log_handler/dart_console_log_handler.dart';
0
likes
110
points
79
downloads

Publisher

unverified uploader

Weekly Downloads

A dart package to show your log messages in browser console. From now, you can see your dart log messages in the browser.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

ansicolor, flutter, intl, logging

More

Packages that depend on dart_console_log_handler