flutter_logging_service 0.2.0 copy "flutter_logging_service: ^0.2.0" to clipboard
flutter_logging_service: ^0.2.0 copied to clipboard

A comprehensive logging service for Flutter apps with file persistence, log aggregation, crash tracking, sessions, masking, and isolate-backed writes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_logging_service

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

dependencies:
  flutter_logging_service: ^0.2.0

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_logging_service/flutter_logging_service.dart';
0
likes
160
points
50
downloads

Documentation

API reference

Publisher

verified publishershenepoy.com

Weekly Downloads

A comprehensive logging service for Flutter apps with file persistence, log aggregation, crash tracking, sessions, masking, and isolate-backed writes.

Repository (GitHub)
View/report issues

License

MPL-2.0 (license)

Dependencies

archive, flutter, path, path_provider

More

Packages that depend on flutter_logging_service