felangel / bloc

A predictable state management library that helps implement the BLoC design pattern
https://bloclibrary.dev
MIT License
11.84k stars 3.4k forks source link

Widget testing with flutter bloc #170

Closed MattisBrizard closed 5 years ago

MattisBrizard commented 5 years ago

Hi @felangel,

I've got another question about widgets testing with the bloc. I don't have any idea on how to do that. If you can add an example on how to test the weather widget in the flutter weather example app, it would help me.

Thanks.

felangel commented 5 years ago

@MattisBrizard great question! While there aren't any widget tests for the Weather App, the Todos App is fully tested (unit tests, widget tests, and integration tests). You can check it out here. Let me know if that helps!

felangel commented 5 years ago

Closing for now but feel free to comment with any questions and I'm happy to reopen this. 👍