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 Dart:

 $ dart pub add dragon_logs

With Flutter:

 $ flutter pub add dragon_logs

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

dependencies:
  dragon_logs: ^1.0.4

Alternatively, your editor might support dart pub get or 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';
3
likes
0
points
72
downloads

Publisher

verified publisherkomodoplatform.com

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on dragon_logs