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

Cross-platform logging plugin for Flutter with buffered native file logging.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pd_log

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

dependencies:
  pd_log: ^0.5.1

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:pd_log/pd_log.dart';
0
likes
140
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Cross-platform logging plugin for Flutter with buffered native file logging.

Repository

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, stack_trace

More

Packages that depend on pd_log

Packages that implement pd_log