a11y_lens 0.1.2 copy "a11y_lens: ^0.1.2" to clipboard
a11y_lens: ^0.1.2 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 Dart:

 $ dart pub add a11y_lens

With Flutter:

 $ flutter pub add a11y_lens

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

dependencies:
  a11y_lens: ^0.1.2

Alternatively, your editor might support dart pub get or 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
0
points
52
downloads

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

unknown (license)

Dependencies

flutter

More

Packages that depend on a11y_lens