Skip to content

A step-by-step approach to learn how to test your flutter applications with a codelab :

Notifications You must be signed in to change notification settings

Vivalemuc/flutter-testing-tutorial

This branch is 1 commit ahead of, 3 commits behind bwnyasse/flutter-testing-tutorial:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e5bcc3f · Jul 8, 2020

History

29 Commits
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
Nov 4, 2019
Jul 8, 2020
May 23, 2020
May 23, 2020
May 21, 2020
May 21, 2020
May 21, 2020

Repository files navigation

License Gitlab CI Github Action GCP Cloud Build CodeMagic Build
Platform Code Coverage Coverage with codecov.io

flutter_movie_deep_dive_test

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.

About

A step-by-step approach to learn how to test your flutter applications with a codelab :

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 93.8%
  • Shell 3.4%
  • Swift 1.4%
  • Kotlin 1.3%
  • Objective-C 0.1%