marcglasberg / async_redux

Flutter Package: A Redux version tailored for Flutter, which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers.
Other
230 stars 41 forks source link

Fix swallowed strack trace #127

Closed saibotma closed 2 years ago

saibotma commented 2 years ago

It seems like that you can now throw an error with a stack trace by using Error.throwWithStackTrace. Tested it in my private project and the stack traces finally get printed out in the console.

marcglasberg commented 2 years ago

@saibotma That's great news. Which Flutter version are you using? (is this in the stable channel already)

saibotma commented 2 years ago

Yeah, it is in the stable channel. I used 2.10.5.