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

outdated

Super simple colored logging for the impatient developer

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fast_log

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

dependencies:
  fast_log: ^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:fast_log/fast_log.dart';
2
likes
0
points
1.06k
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

Super simple colored logging for the impatient developer

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

colored_print, flutter

More

Packages that depend on fast_log