accessibility_lint 0.0.2 copy "accessibility_lint: ^0.0.2" to clipboard
accessibility_lint: ^0.0.2 copied to clipboard

This package provides a handful of lint rules to help and guide you through your development of mobile applications.

Accessibility Lint #

License: Apache License 2.0

Dart Flutter Android iOS

A static analysis linter that helps developers create accessible Dart and Flutter applications by enforcing best practices for accessibility.

Features #

  • Avoid Icon Button Without Tooltip: Ensures all IconButton widgets have a tooltip property.

Installation #

To add the accessibility linter to your project, run:

flutter pub add --dev custom_lint accessibility_lint

Then, add in your analysis_options.yaml file:

analyzer:
  plugins:
    - custom_lint

Usage #

To run the accessibility linter, run:

dart run custom_lint

License #

This project is licensed under the Apache License 2.0 License - see the LICENSE file for details.

0
likes
70
points
210
downloads

Publisher

unverified uploader

Weekly Downloads

This package provides a handful of lint rules to help and guide you through your development of mobile applications.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder

More

Packages that depend on accessibility_lint