Ludovic Petrenko
Ludovic Petrenko
Any update on that? It seems pretty essential to be able to know the state of the current connection. I'm using gRPC for a Flutter app and being able to...
Still present in `3.0.0-dev.8`.
I've started to look into it and at first I tried to make a custom type to handle it but ended up getting stuck trying to make isar work on...
I have tried to modify the extension to make it work. It kinda works but not really. The bar is removed for the focused window when the shell is reloaded...
Same issue also after starting to use an image related library (gif_ani) so it's probably not specific to a library in particular.
I solved the issue for `gif_ani`, it was because of a listener on a completer which wasn't properly removed and kept being called. It might be a similar issue for...