logger_export 1.0.0 copy "logger_export: ^1.0.0" to clipboard
logger_export: ^1.0.0 copied to clipboard

A Flutter package for logging to both console and file with export capabilities

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add logger_export

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

dependencies:
  logger_export: ^1.0.0

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:logger_export/logger_export.dart';
1
likes
150
points
47
downloads

Publisher

verified publisherquango.xyz

Weekly Downloads

A Flutter package for logging to both console and file with export capabilities

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, logger, path_provider

More

Packages that depend on logger_export