Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)