a11y_lens 0.2.0 copy "a11y_lens: ^0.2.0" to clipboard
a11y_lens: ^0.2.0 copied to clipboard

A lightweight, dependency-free accessibility toolkit for Flutter. Catch color contrast and tap-target issues at debug time, before they ship.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add a11y_lens

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  a11y_lens: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:a11y_lens/a11y_lens.dart';
1
likes
160
points
52
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight, dependency-free accessibility toolkit for Flutter. Catch color contrast and tap-target issues at debug time, before they ship.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on a11y_lens