Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T06:44:44.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T18:48:15.843Z (over 1 year ago)
- Topics: clean-architecture, flutter, tdd, testing, unit-testing
- Language: Dart
- Homepage:
- Size: 1.45 MB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/thisisyusub/tdd-learn-example/Coverage)
[![codecov](https://codecov.io/gh/thisisyusub/tdd-learn-example/branch/master/graph/badge.svg)](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)