cherrilog 0.2.0 copy "cherrilog: ^0.2.0" to clipboard
cherrilog: ^0.2.0 copied to clipboard

Perhaps the simplest and most useful log library for dart. Lightweight and easy to apply.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cherrilog

With Flutter:

 $ flutter pub add cherrilog

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

dependencies:
  cherrilog: ^0.2.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:cherrilog/cherrilog.dart';
4
likes
140
pub points
67%
popularity

Publisher

unverified uploader

Perhaps the simplest and most useful log library for dart. Lightweight and easy to apply.

Repository (GitHub)
View/report issues

Topics

#logging #utility

Documentation

API reference

License

LGPL-2.1 (LICENSE)

Dependencies

dart_art, intl, stack_trace

More

Packages that depend on cherrilog