flutter/error_boundary library

Classes

ErrorBoundary
A pragmatic error boundary for Flutter apps.
ErrorBoundaryState
Backing state for ErrorBoundary, exposing guard helpers to descendants.

Typedefs

ErrorFallbackBuilder = Widget Function(BuildContext context, BaseException error, VoidCallback onRetry, Future<void> onReport())
Signature for builders that render the fallback UI once an error is captured.