pd_log 0.6.2
pd_log: ^0.6.2 copied to clipboard
Cross-platform Flutter logging with Dart-managed buffered local file writing and platform console printing.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pd_logWith Flutter:
$ flutter pub add pd_logThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pd_log: ^0.6.2Alternatively, 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:pd_log/pd_log.dart';