core/chart_error_boundary library

Classes

ChartErrorBoundary
Wraps chart rendering to catch fatal exceptions and show a safe fallback.

Typedefs

ChartErrorHandler = void Function(Object error, StackTrace stack)
ChartErrorWidgetBuilder = Widget Function(BuildContext context, Object error)