aves_mio1/.flutter/dev/a11y_assessments/GEMINI.md
FabioMich66 19a982ede6
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-03-05 15:51:30 +01:00

9 lines
426 B
Markdown

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.