error_boundary 0.1.0 copy "error_boundary: ^0.1.0" to clipboard
error_boundary: ^0.1.0 copied to clipboard

A robust error boundary widget for Flutter that catches and handles errors gracefully with recovery strategies, error reporting, and testing utilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add error_boundary

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  error_boundary: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:error_boundary/error_boundary.dart';
0
likes
140
points
35
downloads

Documentation

API reference

Publisher

verified publisherbrahimg.com

Weekly Downloads

A robust error boundary widget for Flutter that catches and handles errors gracefully with recovery strategies, error reporting, and testing utilities.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on error_boundary