advanced_firebase_logger 0.2.0
advanced_firebase_logger: ^0.2.0 copied to clipboard
An advanced Flutter package for logging to Firebase Cloud Firestore with multiple log levels, rich metadata support, and customizable features.
import 'package:flutter/material.dart';
import 'src/example_app.dart';
import 'src/example_bootstrap.dart';
Future<void> main() async {
final result = await bootstrapExampleApp();
runApp(ExampleApp(firebaseInitialized: result.firebaseInitialized));
}