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

BasicLogger is a fast, extensible, simple and lightweight logging tool for Dart and Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add basic_logger

With Flutter:

 $ flutter pub add basic_logger

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

dependencies:
  basic_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:basic_logger/basic_logger.dart';
0
likes
160
points
43
downloads

Publisher

verified publisheriche2.com

Weekly Downloads

BasicLogger is a fast, extensible, simple and lightweight logging tool for Dart and Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

logging, path

More

Packages that depend on basic_logger