write_logger 0.0.5 copy "write_logger: ^0.0.5" to clipboard
write_logger: ^0.0.5 copied to clipboard

Colored console and encrypted daily file logging for Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add write_logger

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

dependencies:
  write_logger: ^0.0.5

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:write_logger/write_logger.dart';
0
likes
160
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Colored console and encrypted daily file logging for Flutter apps.

Repository (GitHub)
View/report issues

Topics

#logging #flutter #console #file

License

MIT (license)

Dependencies

flutter, path, path_provider

More

Packages that depend on write_logger