rotation_log 0.1.1 copy "rotation_log: ^0.1.1" to clipboard
rotation_log: ^0.1.1 copied to clipboard

Flutter logging helper with rotating files, structured logs, and ZIP export.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rotation_log

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

dependencies:
  rotation_log: ^0.1.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:rotation_log/rotation_log.dart';
1
likes
160
points
587
downloads

Documentation

API reference

Publisher

verified publisherplayon.jp

Weekly Downloads

Flutter logging helper with rotating files, structured logs, and ZIP export.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, clock, fake_async, flutter, intl, logger, meta, path, path_provider, stack_trace

More

Packages that depend on rotation_log