Testing Flutter Apps Crash Course

The more features your app has, the harder it is to test manually. Automated tests help ensure that your app performs correctly before you publish it, while retaining your feature and bug fix velocity.

Testing Basics

Real App Testing with Mockito