Bloc: Is it possible to make devtools like redux with this library?

Created on 27 Jul 2019  路  3Comments  路  Source: felangel/bloc

I know that with logging i can check the state of a bloc, but i think it would be much better if there's a devtools like redux. I wonder if it's possible. Thanks!

question

Most helpful comment

Currently we do this ourselves like said with the help of a BlocDelegate we wire it to our logger which writes all BlocStates to a log file during production. In debug we just log it to the console.
When an error occurs we send this log file to Crashlytics so we can following along with what the user did leading up to a certain bug.

All 3 comments

Hey @Feelthewind 馃憢
Thanks for opening an issue!

It is possible and I was working on it a while ago on the bloc-dev-tools branch. I'm planning to pick it back up as soon as I wrap up a couple of minor updates. 馃憤

wow awesoe! looking forward to the devtool!

Currently we do this ourselves like said with the help of a BlocDelegate we wire it to our logger which writes all BlocStates to a log file during production. In debug we just log it to the console.
When an error occurs we send this log file to Crashlytics so we can following along with what the user did leading up to a certain bug.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

1AlexFix1 picture 1AlexFix1  路  3Comments

MahdiPishguy picture MahdiPishguy  路  3Comments

RobPFarley picture RobPFarley  路  3Comments

timtraversy picture timtraversy  路  3Comments

rsnider19 picture rsnider19  路  3Comments