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

An efficient cross-platform Flutter log storage framework with minimal dependencies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dragon_logs

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

dependencies:
  dragon_logs: ^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:dragon_logs/dragon_logs.dart';
2
likes
120
pub points
67%
popularity

Publisher

unverified uploader

An efficient cross-platform Flutter log storage framework with minimal dependencies.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

file_system_access_api, flutter, flutter_localizations, intl, js, path, path_provider, share_plus

More

Packages that depend on dragon_logs