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

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

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app.dart';
import 'catalog.dart';

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await bootExampleLogging();
  runApp(const ExampleApp());
}
0
likes
160
points
58
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