blocs/error_handling/error_handling_bloc library
Classes
- CaptureException
- Event triggered when an exception is captured.
- ErrorCaptured
- Abstract base class for all error handling states.
- ErrorHandlingBloc
- Bloc that handles error capturing and reporting to Firebase Crashlytics and Sentry.
- ErrorHandlingEvent
- Abstract base class for all error handling events.
- ErrorHandlingFailed
- Abstract base class for all error handling states.
- ErrorHandlingInitial
- Abstract base class for all error handling events.
- ErrorHandlingInitialized
- Abstract base class for all error handling states.
- ErrorHandlingState
- Abstract base class for all error handling states.
- InitializeErrorHandling
- Event triggered when the application is initialized.