aves_mio18/.flutter/dev/a11y_assessments/GEMINI.md
2026-04-14 09:53:02 +02:00

426 B

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.