accessibility_lint 1.0.0
accessibility_lint: ^1.0.0 copied to clipboard
This package provides a handful of lint rules to help and guide you through your development of mobile applications.
0.0.1 #
- Initial version.
- Add
avoid_icon_button_without_tooltiprule.
0.0.2 #
- Improve
avoid_icon_button_without_tooltiprule. - Add example to
avoid_icon_button_without_tooltiprule.
1.0.0 #
- Add
add_haptic_feedback_on_user_interactionrule. - Add
add_haptic_feedback_on_user_interactionexample. - Add
avoid_icon_without_semantic_labelrule. - Add
avoid_icon_without_semantic_labelexample. - Add
avoid_image_without_semantic_labelrule. - Add
avoid_image_without_semantic_labelexample. - Add
avoid_small_interactive_elementsrule. - Add
avoid_small_interactive_elementsexample. - Finished
CONTRIBUTING.mdfile.