bloc_error_control 1.1.2
bloc_error_control: ^1.1.2 copied to clipboard
Declarative error handling for BLoC with Zones and optional code generation
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bloc_error_controlThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bloc_error_control: ^1.1.2Alternatively, 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:bloc_error_control/bloc_error_control.dart';