felangel / bloc

A predictable state management library that helps implement the BLoC design pattern
https://bloclibrary.dev
MIT License
11.56k stars 3.37k forks source link

feat!: add support for strongly typed errors on `Emitter.onEach` & `Emitter.forEach` #4135

Open narcodico opened 3 months ago

narcodico commented 3 months ago

Status

READY

Breaking Changes

YES

Description

resolves #4133

Type of Change