blob: 6c05eadab01b523c236ca30bd0b44c14c0282036 [file] [log] [blame] [view] [edit]
This directory contains the source code for a test app used to test widget accessibility.
The directory structure is as follows:
* lib/use_cases contains widgets implementing specific use-cases that the team
has decided to be important to test.
* lib/use_cases/use_cases.dart provides a basic framework for use-cases, and a
list of use-cases included in the app.
* lib/common contains code shared by multiple use-cases.