ResoCoder / flutter-tdd-clean-architecture-course

https://resocoder.com/flutter-clean-architecture-tdd/
2.01k stars 625 forks source link

Update bloc library to 1.0 #10

Open linxydmhg opened 5 years ago

linxydmhg commented 5 years ago

In 1.0 dispatch is replaced by add, and in tests you no longer need to use the bloc's state

lukechi1219 commented 4 years ago

already upgraded