- Notifications
You must be signed in to change notification settings - Fork50
A step-by-step approach to learn how to test your flutter applications with a codelab :
NotificationsYou must be signed in to change notification settings
bwnyasse/flutter-testing-tutorial
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
| License | Gitlab CI | Github Action | GCP Cloud Build | CodeMagic Build |
|---|---|---|---|---|
| Platform | Code Coverage | Coverage with codecov.io |
|---|---|---|
Testing Flutter Applications
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.
Through a flutter movie application, this repository is the code source of mycodelab that provides a step by step approach for testing your flutter application.
About
A step-by-step approach to learn how to test your flutter applications with a codelab :
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.