https://github.com/thisisyusub/tdd-learn-example
Clean Architecture Example with TDD in Flutter Apps
https://github.com/thisisyusub/tdd-learn-example
clean-architecture flutter tdd testing unit-testing
Last synced: 8 days ago
JSON representation
Clean Architecture Example with TDD in Flutter Apps
- Host: GitHub
- URL: https://github.com/thisisyusub/tdd-learn-example
- Owner: thisisyusub
- Created: 2021-12-19T13:15:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T06:44:44.000Z (over 3 years ago)
- Last Synced: 2025-04-03T00:32:24.505Z (30 days ago)
- Topics: clean-architecture, flutter, tdd, testing, unit-testing
- Language: Dart
- Homepage:
- Size: 1.45 MB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://app.codecov.io/gh/thisisyusub/tdd-learn-example)# Flutter Clean Architecture with TDD (Test Driven Development)
It is an example about TDD with Clean Architecture in Flutter apps.
![]()
![]()
### You can use it, if you want to learn the following topics:
- Clean Architecture based on Reso Coder Approach
- DI (Depedency Injection)
- Unit Testing
- Widget Testing
- Bloc Testing
- Mockito
- Json serialization
- Bloc State Management
- Multiple Result Management
- Shared Preferences
- Internet Connectivity
- Retrofit
### Maintainers
[Kanan Yusubov](https://www.github.com/thisisyusub)