Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.72 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.72 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.

Tutorial Branches

Keep in Mind

Unit Tests should be ...

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