dwyl / flutter-todo-list-tutorial

✅ A detailed example/tutorial building a cross-platform Todo List App using Flutter 🦋
GNU General Public License v2.0
81 stars 8 forks source link

Flutter TDD Clean Architecture #10

Open miguelmartins17 opened 4 years ago

miguelmartins17 commented 4 years ago

I'll start here, it seems to me the best TDD approach for Flutter.

https://resocoder.com/2019/08/27/flutter-tdd-clean-architecture-course-1-explanation-project-structure/

miguelmartins17 commented 4 years ago

Flutter Architeture & TDD 1

I just finished the first tutorial and I realized that the TDD works from three folders the "Domain", the "presentation", and the "Data". Inside each of these folders there will be other folders to perform tests on each function, or task.

miguelmartins17 commented 4 years ago

Flutter Architeture & TDD 2

I just finished tutorial number two and managed to pass the first test.

Screen Shot 2020-02-12 at 18 49 06

miguelmartins17 commented 4 years ago

@nelsonic Whenever I can finish a tutorial I'll share what I've achieved with him here. That way I can always share what I've learned. Have a good and productive day.

miguelmartins17 commented 4 years ago

Flutter Architeture & TDD 3

I finished the third tutorial and managed to pass one more test.

Screen Shot 2020-02-13 at 11 20 43