aves_mio/.flutter/dev/a11y_assessments/GEMINI.md
Fabio Micheluz 2c988f959b
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-02-19 13:25:23 +01: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.