This repository contains the code behind the codelab "How to test a Flutter app".
The naming of the step directories follows the steps of the associated code lab. The directories are as follows:
step_03
contains the code as at the end of Getting Startedstep_04
contains the code as at the end of Build the appstep_05
contains the code as at the end of Unit testing the providerstep_06
contains the code as at the end of Widget testingstep_07
contains the code as at the end of Testing app UI and performance with Flutter Driver (Integration testing)