flutter_log_handler 1.0.1 copy "flutter_log_handler: ^1.0.1" to clipboard
flutter_log_handler: ^1.0.1 copied to clipboard

Enterprise-grade Flutter logging with console/file logs, crash capture, API interception, and built-in log viewer UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_log_handler

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

dependencies:
  flutter_log_handler: ^1.0.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:flutter_log_handler/flutter_log_handler.dart';
1
likes
150
points
510
downloads

Publisher

unverified uploader

Weekly Downloads

Enterprise-grade Flutter logging with console/file logs, crash capture, API interception, and built-in log viewer UI.

Topics

#logging #debugging #monitoring #crash-reporting

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, get, hive, hive_flutter, intl, path_provider, pdf, share_plus

More

Packages that depend on flutter_log_handler