accessibility_tools 2.4.0 copy "accessibility_tools: ^2.4.0" to clipboard
accessibility_tools: ^2.4.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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add accessibility_tools
copied to clipboard

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

dependencies:
  accessibility_tools: ^2.4.0
copied to clipboard

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:accessibility_tools/accessibility_tools.dart';
copied to clipboard
217
likes
160
points
246k
downloads

Publisher

verified publisherrebelappstudio.com

Weekly Downloads

2024.09.20 - 2025.04.04

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.

Repository (GitHub)

Topics

#accessibility #a11y #ui

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_test

More

Packages that depend on accessibility_tools