andrea689 / flutter_bloc_devtools

Remote DevTools for flutter_bloc. This package connects all Bloc (not working with Cubit) to the Remote Devtools Server, allowing the developer to inspect changes to the Blocs during runtime.
MIT License
65 stars 15 forks source link

Is it possible to implement dev tools for Cubits as well? #3

Open tieorange opened 3 years ago

tieorange commented 3 years ago

I'm new to Flutter. I'd really appreciate the implementation of cubit support.

Can we print the parameters that the Cubit method is receiving?

andrea689 commented 3 years ago

By the end of the year I will try to add support to cubit and let you know

tieorange commented 3 years ago

@andrea689 Thanks a lot!

I will also take a look on the problem of how to print cubit method parameters to dev tools

chonghorizons commented 2 years ago

Proposing closing if pull request #6 is accepted.