logger_plus 0.0.6+4
logger_plus: ^0.0.6+4 copied to clipboard
This package is for logging. Using this package you can see the console message on the phone screen by shaking your phone.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add logger_plus
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
logger_plus: ^0.0.6+4
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:logger_plus/logger_plus.dart';