Maksimka101 / isolate-bloc

A Flutter package that helps implement the BLoC pattern when blocs run in their own Isolate.
MIT License
21 stars 9 forks source link

Error handling #8

Closed nikto-b closed 3 years ago

nikto-b commented 3 years ago

Is there any way to handle an exception thrown in onEventReceived?

Maksimka101 commented 3 years ago

You can override onError method in you bloc. Also you can create IsolateBlocObserver to handle exceptions in all your bloc's.