- Fix nullability of trackingId in error handler
- Use
trackable
package - UnexpectedError is now implementing GeneralTrackableError.
- Breaking: Remove TrackingIdService. Use trackable package instead.
trackable
package is re-exported with safe_bloc
errorMapper
parameter added for mapping individual exceptions to bloc/cubit states- typdefs for callbacks added
- Fix pub icons again 🤡.
- Fix pub icons.
- Add description of
safeCallSync
to README.
- Add synchronous
safeCallSync
method to support cubits.
UnexpectedErrorAPI
renamed to ->UnexpectedErrorBase
- bloc presentation test added for testing blocs and cubits with presentation
SafeBlocWithPresentation
andSafeCubitWithPresentation
added
- Initialize package.