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

https://github.com/g1joshi/flutter_testing

Automated Flutter Testing
https://github.com/g1joshi/flutter_testing

dart flutter test-cases testing

Last synced: 19 days ago
JSON representation

Automated Flutter Testing

Awesome Lists containing this project

README

          

# Flutter Testing

## Types of Testing

- ### Unit Test
- ### Widget Test
- ### Integration Test

## Pattern Used

- ### Arrange
- ### Act
- ### Assert

---

![Test Video](https://i.imgur.com/kvqFAcp.gif)