brianegan / flutter_redux

A library that connects Widgets to a Redux Store
MIT License
1.65k stars 219 forks source link

Properly expose errors from OnWillChange / onDidChange #227

Closed brianegan closed 2 years ago

brianegan commented 2 years ago

@atoka93

Errors thrown in the onDidChange & onWillChange callbacks now make the widget go Bright Red, displaying the error. This works the same way as errors thrown in the converter function.

atoka93 commented 2 years ago

Works on stable as well now 👍

brianegan commented 2 years ago

0.9.0 published with the fix. Thanks for reporting, and hope all is well :)