ResoCoder / flutter-tdd-clean-architecture-course

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

Updated code for latest flutter version #52

Open dersonmutemba opened 1 year ago

dersonmutemba commented 1 year ago

Nice tutorial. Unfortunately it is kinda outdated. So, I tried to start updating it to flutter's latest version. Not all tests are passing and haven't tried to build the app. So, help needed also.

Fixes #37 Fixes #10

finebel commented 1 year ago

Thanks for your efforts! Really helpful when you are just starting out with Flutter.

dersonmutemba commented 1 year ago

Thanks for your efforts! Really helpful when you are just starting out with Flutter.

I didn't want anyone to suffer going through the documentation and trying to migrate to newer dependencies

vikkiorrikki commented 1 year ago

Hello! Which flutter version did you use for that?

dersonmutemba commented 1 year ago

Hello! Which flutter version did you use for that?

I'm pretty sure I used flutter 3. I did it some time ago, so I forgot some details. I have an updated repo where I use bloc and follow TDD principles: https://github.com/dersonmutemba/tasks_app