blocs/error_handling/error_handling_bloc library
Classes
- CaptureException
- Manually captures and reports an exception.
- ErrorCaptured
- State indicating an error has been successfully captured and reported.
- ErrorHandlingBloc
- Bloc that handles error capturing and reporting to Firebase Crashlytics and Sentry.
- ErrorHandlingEvent
- Base class for all error handling events.
- ErrorHandlingFailed
- State indicating error capture or reporting failed.
- ErrorHandlingInitial
- Initial state before error handling has been initialized.
- ErrorHandlingInitialized
- State indicating error handling systems have been configured.
- ErrorHandlingState
- Base class for all error handling states.
- InitializeErrorHandling
- Initializes error handling and crash reporting systems.