flogger 0.0.3 copy "flogger: ^0.0.3" to clipboard
flogger: ^0.0.3 copied to clipboard

outdated

Flogger is a simple yet powerful logging library for Dart applications. It supports various logging levels, such as debug, info, warning, and error, and provides beautifully formatted console output. [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flogger

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

dependencies:
  flogger: ^0.0.3

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:flogger/flogger.dart';
2
likes
0
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

Flogger is a simple yet powerful logging library for Dart applications. It supports various logging levels, such as debug, info, warning, and error, and provides beautifully formatted console output. This library is ideal for those who wish to keep track of activities within their application, find bugs, or monitor app performance.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flogger