flutter_accessibility_checker 1.0.1 copy "flutter_accessibility_checker: ^1.0.1" to clipboard
flutter_accessibility_checker: ^1.0.1 copied to clipboard

A Flutter plugin for detecting whether any accessibility features are enabled on iOS or Android devices. Useful for enhancing security, preventing UI abuse, or adapting UI behavior based on user acces [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_accessibility_checker

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

dependencies:
  flutter_accessibility_checker: ^1.0.1

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:flutter_accessibility_checker/flutter_accessibility_checker.dart';
0
likes
140
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for detecting whether any accessibility features are enabled on iOS or Android devices. Useful for enhancing security, preventing UI abuse, or adapting UI behavior based on user accessibility settings.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_accessibility_checker

Packages that implement flutter_accessibility_checker