bloc_error_control 1.0.1
bloc_error_control: ^1.0.1 copied to clipboard
Declarative error handling for BLoC with Zones and optional code generation
1.0.1 #
- Updated dependencies to support flutter_bloc 9.x
- flutter_bloc: '>=8.1.6 <10.0.0'
- bloc: '>=8.0.0 <10.0.0'
1.0.0 #
- Initial release
- Added BlocErrorControlMixin with Zone-based error isolation
- Added ICancelToken for automatic request cancellation
- Added optional code generation with @BlocErrorControl and @ErrorStateFor
- Added comprehensive tests and benchmarks