belatuk_pretty_logging 6.3.0 copy "belatuk_pretty_logging: ^6.3.0" to clipboard
belatuk_pretty_logging: ^6.3.0 copied to clipboard

Standalone helper for colorful logging output, using pkg:io AnsiCode.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add belatuk_pretty_logging
copied to clipboard

With Flutter:

 $ flutter pub add belatuk_pretty_logging
copied to clipboard

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

dependencies:
  belatuk_pretty_logging: ^6.3.0
copied to clipboard

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:belatuk_pretty_logging/belatuk_pretty_logging.dart';
copied to clipboard
0
likes
160
points
90
downloads

Publisher

verified publisherdukefirehawk.com

Weekly Downloads

2024.07.08 - 2025.01.20

Standalone helper for colorful logging output, using pkg:io AnsiCode.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

io, logging

More

Packages that depend on belatuk_pretty_logging