dart_console_log_handler 1.0.0
dart_console_log_handler: ^1.0.0 copied to clipboard
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_handlerThis 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.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:dart_console_log_handler/dart_console_log_handler.dart';