pretty_logger_plus 1.0.1  pretty_logger_plus: ^1.0.1 copied to clipboard
pretty_logger_plus: ^1.0.1 copied to clipboard
A colorful, emoji-friendly Flutter logger with automatic debug/release detection.
Use this package as a library
Depend on it
Run this command:
With Dart:
 $ dart pub add pretty_logger_plusWith Flutter:
 $ flutter pub add pretty_logger_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
  pretty_logger_plus: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pretty_logger_plus/pretty_logger_plus.dart';