flutter_crash_guard 1.0.1
flutter_crash_guard: ^1.0.1 copied to clipboard
Riverpod-friendly error handling mixin and Firebase Crashlytics integration with severity and categorization.
example/flutter_crash_guard_example.dart
import 'package:flutter_crash_guard/flutter_crash_guard.dart';
void main() {
// Example: ErrorSeverity and types are available from the package.
// Full setup requires Firebase init and Provider override (see README).
print('flutter_crash_guard: ErrorSeverity.values = ${ErrorSeverity.values}');
}