flutter/dev/a11y_assessments
Gray Mackall d89ae48520
Manual pub roll w/ gradle lockfile regeneration (#149342)
Manual recreation of https://github.com/flutter/flutter/pull/148911

Entire PR is just the output of 
```
flutter update-packages --force-upgrade
```
followed by (run from the root of the flutter repo)
```
find . -type d -name 'android' | dart dev/tools/bin/generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion
```
2024-05-30 23:04:08 +00:00
..
android Reland "Bump to AGP 8.1/Gradle 8.3 (almost) everywhere" (#146307) 2024-04-05 19:09:20 +00:00
ios [iOS] Migrate @UIApplicationMain attribute to @main (#146707) 2024-04-16 22:13:03 +00:00
lib [GAR] [a11y] Update text button page in a11y assessment app (#148905) 2024-05-30 18:34:07 +00:00
linux Adds a11y assessment sample app (#131716) 2023-08-03 16:15:14 +00:00
macos [macOS] Migrate @NSApplicationMain attribute to @main (#146848) 2024-04-18 03:08:36 +00:00
test [GAR] [a11y] Update text button page in a11y assessment app (#148905) 2024-05-30 18:34:07 +00:00
web add lang attribute to the a11y_assessments app (#147586) 2024-05-01 10:29:17 -07:00
windows [Windows] Drop support for Windows 7/8 apps in template (#146668) 2024-04-12 01:07:20 +00:00
.gitignore Adds a11y assessment sample app (#131716) 2023-08-03 16:15:14 +00:00
.metadata Adds a11y assessment sample app (#131716) 2023-08-03 16:15:14 +00:00
analysis_options.yaml Adds a11y assessment sample app (#131716) 2023-08-03 16:15:14 +00:00
pubspec.yaml Manual pub roll w/ gradle lockfile regeneration (#149342) 2024-05-30 23:04:08 +00:00
README.md Adds a11y assessment sample app (#131716) 2023-08-03 16:15:14 +00:00

a11y_assessments

An application to conduct accessibility assessments.