flutter_crash_guard 1.0.1 copy "flutter_crash_guard: ^1.0.1" to clipboard
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}');
}
8
likes
150
points
112
downloads

Publisher

unverified uploader

Weekly Downloads

Riverpod-friendly error handling mixin and Firebase Crashlytics integration with severity and categorization.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

dio, firebase_core, firebase_crashlytics, flutter, hooks_riverpod, package_info_plus

More

Packages that depend on flutter_crash_guard