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_03contains the code as at the end of Getting Startedstep_04contains the code as at the end of Build the appstep_05contains the code as at the end of Unit testing the providerstep_06contains the code as at the end of Widget testingstep_07contains the code as at the end of Testing app UI and performance with Flutter Driver (Integration testing)