aris_flutter_logger 1.0.0 copy "aris_flutter_logger: ^1.0.0" to clipboard
aris_flutter_logger: ^1.0.0 copied to clipboard

outdated

An easy-to-use logging tool for you to integrate in you project, supporting logging to console, file(rotated formatted), supporting configuring according to your environment(development or production)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add aris_flutter_logger

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

dependencies:
  aris_flutter_logger: ^1.0.0

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:aris_flutter_logger/aris_flutter_logger.dart';
0
likes
30
pub points
0%
popularity

Publisher

verified publisheraris.org.cn

An easy-to-use logging tool for you to integrate in you project, supporting logging to console, file(rotated formatted), supporting configuring according to your environment(development or production)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flustars, flutter, logger, sprintf, synchronized

More

Packages that depend on aris_flutter_logger