voo_logging 0.4.9
voo_logging: ^0.4.9 copied to clipboard
Zero-config Flutter logging with pretty console output, persistent storage, DevTools integration, and Dio interceptor. Just call VooLogger.info() and it works.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add voo_loggingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
voo_logging: ^0.4.9Alternatively, 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:voo_logging/voo_logging.dart';