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

Utility logging tool for dart & flutter applications to print log messages with useful meta-data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add boxer

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

dependencies:
  boxer: ^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:boxer/boxer.dart';
3
likes
140
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

Utility logging tool for dart & flutter applications to print log messages with useful meta-data.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on boxer