Open rafahsolis opened 5 years ago
I think i found the problem, it works with rxdart: 0.20.0 but not with rxdart 0.21.0
@rafahsolis just update the pubspec.yaml
to use the latest flutter_bloc
.
flutter_bloc: ^0.7.0
This was due to a breaking change in RxDart 0.21.0
. Sorry for the inconvenience!
Hi! Thanks for the code, i tried to run but i got the following error from the compiler:
Im running it with:
¿Any idea on what could be making this fail?