flutter_bloc_devtools icon indicating copy to clipboard operation
flutter_bloc_devtools copied to clipboard

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.

Results 4 flutter_bloc_devtools issues
Sort by recently updated
recently updated
newest added

I updated/migrated this nice package (Thanks @andrea689 ) to v8.0.0 of bloc. The `examples/counter` should work. Just clone and run. -Building for web works, and if you build for web,...

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?

Simplified the logic a bit, got rid of Mappable, implemented the toJson replacement and migrated the example packages. I've yet to add tests, and i want to know what you...

In dart:convert, in the json to string encoder, the dart objects are passed to the toEncodable function or are treated as dynamic and the toJson method is called https://github.com/dart-lang/sdk/blob/d86f0e2836d0941776f911dfc86ff444121fd29d/sdk/lib/convert/json.dart#L521 ,...