log_collector 1.0.4 copy "log_collector: ^1.0.4" to clipboard
log_collector: ^1.0.4 copied to clipboard

discontinuedreplaced by: log_calico

Provides log filtering, buffering, and retry.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add log_collector

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

dependencies:
  log_collector: ^1.0.4

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:log_collector/log_collector.dart';