dragon_logs 0.1.1-preview.1+0 copy "dragon_logs: ^0.1.1-preview.1+0" to clipboard
dragon_logs: ^0.1.1-preview.1+0 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: ^0.1.1-preview.1+0

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';
2
likes
0
pub points
70%
popularity

Publisher

unverified uploader

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