pd_log 0.8.4 copy "pd_log: ^0.8.4" to clipboard
pd_log: ^0.8.4 copied to clipboard

Cross-platform Flutter logging with pure Dart; buffered file writes; no platform channels.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pd_log

With Flutter:

 $ flutter pub add pd_log

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pd_log: ^0.8.4

Alternatively, 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';
3
likes
0
points
184
downloads

Publisher

unverified uploader

Weekly Downloads

Cross-platform Flutter logging with pure Dart; buffered file writes; no platform channels.

Homepage
Repository

License

unknown (license)

Dependencies

flutter, path_provider, stack_trace

More

Packages that depend on pd_log