safe_bloc 2.0.1
safe_bloc: ^2.0.1 copied to clipboard
An extension to bloc state management library that manages unexpected exceptions.
2.0.1 #
- Fix toString methods of UnexpectedError and UnexpectedErrorBase to include trackingId.
2.0.0 #
- Breaking: Most of the public APIs changed to use ITrackableError from trackable package.
- onUnexpectedError callback now uses ITrackableError.
1.4.1 #
- Reintroduce removed export of
blocPresentationTestfunction
1.4.0 #
- Dependencies updated
1.3.0 #
- Dependencies updated
- Fix dcm warning
1.2.1 #
- Fix nullability of trackingId in error handler
1.2.0 #
- Use
trackablepackage - UnexpectedError is now implementing GeneralTrackableError.
- Breaking: Remove TrackingIdService. Use trackable package instead.
trackablepackage is re-exported with safe_bloc
1.1.0 #
errorMapperparameter added for mapping individual exceptions to bloc/cubit states- typdefs for callbacks added
1.0.2 #
- Fix pub icons again 🤡.
1.0.1 #
- Fix pub icons.
1.0.0 #
- Add description of
safeCallSyncto README.
1.0.0-rc.3 #
- Add synchronous
safeCallSyncmethod to support cubits.
1.0.0-rc.2 #
UnexpectedErrorAPIrenamed to ->UnexpectedErrorBase- bloc presentation test added for testing blocs and cubits with presentation
SafeBlocWithPresentationandSafeCubitWithPresentationadded
1.0.0-rc.1 #
- Initialize package.