Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.95 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.95 KB

Odysee Badge YouTube Badge Twitch Badge Flutter Explained

Flutter Explained Testing Tutorial

A tutorial for flutter testing guided by YouTube videos of Flutter Explained.

Videos

Follow the tutorial

You can follow the tutorial explained in the video if you check out the different "tutorial" branches. Every branch will contain several todos that will help you to follow along and help you writing your first tests.

Table of Contents

  1. Basic App
  2. Testing Packages
  3. Unit Testing
  4. Integration Testing

Keep in Mind

Unit Tests should be ...

  • easy to write and maintainable
  • should be readable
  • should be reliable
  • should be fast
  • should be independent