tiny_logger 0.0.1+1 copy "tiny_logger: ^0.0.1+1" to clipboard
tiny_logger: ^0.0.1+1 copied to clipboard

A tiny logger tool to print different levels of log entries. Also provides a widget to show a log within a Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tiny_logger

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

dependencies:
  tiny_logger: ^0.0.1+1

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:tiny_logger/tiny_logger.dart';
1
likes
150
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A tiny logger tool to print different levels of log entries. Also provides a widget to show a log within a Flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, tiny_logger_base

More

Packages that depend on tiny_logger