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

Flogger is a simple yet powerful logging library for Dart applications.

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.8

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
135
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

Flogger is a simple yet powerful logging library for Dart applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flogger