lite_log 0.1.4 copy "lite_log: ^0.1.4" to clipboard
lite_log: ^0.1.4 copied to clipboard

a lite log uitl with flutter, provide runtime log write to file, when debug mode print console window, user can adjust log level control log print

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lite_log

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

dependencies:
  lite_log: ^0.1.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:lite_log/lite_log.dart';
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

a lite log uitl with flutter, provide runtime log write to file, when debug mode print console window, user can adjust log level control log print

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, intl, path_provider

More

Packages that depend on lite_log