Open miguelmartins17 opened 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.
Flutter Architeture & TDD 2
I just finished tutorial number two and managed to pass the first test.
@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.
Flutter Architeture & TDD 3
I finished the third tutorial and managed to pass one more test.
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/