flutter_logging_service 0.2.0
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_serviceThis 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.0Alternatively, 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';