emit state from listening to stream inside a bloc doesn't work – Flutter
Im using StreamController to track the progress of uploading an image using Dio, so when i sink a value in my stream i trigger an event to emit new state to rebuild my widget, the problem is it does not…