clever_logger 1.1.0+1 copy "clever_logger: ^1.1.0+1" to clipboard
clever_logger: ^1.1.0+1 copied to clipboard

An easy to use, highly extendable logger library with colorful prints.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add clever_logger

With Flutter:

 $ flutter pub add clever_logger

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

dependencies:
  clever_logger: ^1.1.0+1

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:clever_logger/clever_logger.dart';
2
likes
160
pub points
23%
popularity

Publisher

verified publisherclevertasks.de

An easy to use, highly extendable logger library with colorful prints.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, logging

More

Packages that depend on clever_logger