voo_logging 0.4.9 copy "voo_logging: ^0.4.9" to clipboard
voo_logging: ^0.4.9 copied to clipboard

Zero-config Flutter logging with pretty console output, persistent storage, DevTools integration, and Dio interceptor. Just call VooLogger.info() and it works.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add voo_logging

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

dependencies:
  voo_logging: ^0.4.9

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:voo_logging/voo_logging.dart';
6
likes
150
points
590
downloads

Publisher

verified publishervoostack.com

Weekly Downloads

Zero-config Flutter logging with pretty console output, persistent storage, DevTools integration, and Dio interceptor. Just call VooLogger.info() and it works.

Homepage
Repository (GitHub)
View/report issues

Topics

#logging #debugging #devtools #dio

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, json_annotation, path, path_provider, sembast, sembast_web, voo_core, voo_toast

More

Packages that depend on voo_logging