flog 0.2.0 copy "flog: ^0.2.0" to clipboard
flog: ^0.2.0 copied to clipboard

discontinued
outdated

A feature based logging library that helps filter logs and keep the console clean.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flog

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

dependencies:
  flog: ^0.2.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:flog/flog.dart';
5
likes
140
points
603
downloads

Publisher

verified publishermrgnhnt.com

Weekly Downloads

A feature based logging library that helps filter logs and keep the console clean.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, flutter, stack_trace

More

Packages that depend on flog