generic_logger 0.1.1 copy "generic_logger: ^0.1.1" to clipboard
generic_logger: ^0.1.1 copied to clipboard

A generic, pluggable logging toolkit for Flutter and Dart applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add generic_logger

With Flutter:

 $ flutter pub add generic_logger

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

dependencies:
  generic_logger: ^0.1.1

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:generic_logger/generic_logger.dart';
0
likes
125
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A generic, pluggable logging toolkit for Flutter and Dart applications.

License

MIT (license)

Dependencies

meta, path

More

Packages that depend on generic_logger