accessibility_tools 2.2.0 accessibility_tools: ^2.2.0 copied to clipboard
Checkers and tools to ensure your app is accessible to all. Ensures your app is accessible from day one, by checking your interface as you build it.
2.2.0 #
- Added option to move the buttons around the screen
- Added option to change the buttons alignment
2.1.0 #
- Add accessibility checker for images without labels
2.0.0 #
- Add accessibility testing tools, a panel with toggles to help testing app behavior in different conditions
1.0.1 #
- Upgrade to Flutter 3.16
- Fixed an issue with partially off-screen widgets inside scrollables
1.0.0 #
- Upgrade to Flutter 3.10
0.2.0 #
- Added a checker to ensure inputs such as text fields and radio buttons have an associated label
- Fixes an issue with widgets that are partially off-screen
- Improved error messages
0.1.0 #
- Fixed an issue that could prevent an app rebuilding
- Improved error messages
- Better warning UI
0.0.1-dev.0 #
- Initial preview release with accessibility checkers.