rebelappstudio / accessibility_tools

MIT License
70 stars 4 forks source link

Text contrast checker #1

Open tomgilder opened 2 years ago

tomgilder commented 2 years ago

Add an automatic checker to ensure text sufficiently contrasts with its background, as per WCAG Guidelines.

We can use Flutter's automated test MinimumTextContrastGuideline as a starting point.