A step-by-step approach to learn how to test your flutter applications with a codelab :
Last updated Apr 20, 2026
36
Stars
48
Forks
0
Issues
0
Stars/day
Attention Score
24
Topics
Language breakdown
Dart 94.2%
Shell 3.2%
Swift 1.3%
Kotlin 1.2%
Objective-C 0.1%
▸ Files
click to expand
README
| License | Gitlab CI | Github Action | GCP Cloud Build | CodeMagic Build |
|---|---|---|---|---|
|
|
|
|
|
|
| Platform | Code Coverage | Coverage with codecov.io |
|---|---|---|
|
|
|
|
fluttermoviedeepdivetest
Testing Flutter Applications
Don't forget to test your Dart Code
Testing is one of the most important things during the software development.
One of the beauty of the Dart Ecosystem, is the way developers can easily test their code.
Flutter has 3 types of tests.
- Unit tests are the one used for testing a method, or class.
- Widget tests are the tests for controlling single widget.
- Integration tests are tests the large scale or all of the application.
Purpose
Through a flutter movie application, this repository is the code source of my codelab that provides a step by step approach for testing your flutter application.
🔗 More in this category