device_accessibility_info 1.0.0 copy "device_accessibility_info: ^1.0.0" to clipboard
device_accessibility_info: ^1.0.0 copied to clipboard

A Flutter plugin that provides information about device accessibility features, particularly screen reader status detection and real-time change notifications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_accessibility_info

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

dependencies:
  device_accessibility_info: ^1.0.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:device_accessibility_info/device_accessibility_info.dart';
1
likes
160
points
32
downloads

Publisher

verified publisheryasinarik.com

Weekly Downloads

A Flutter plugin that provides information about device accessibility features, particularly screen reader status detection and real-time change notifications.

Repository (GitHub)
View/report issues

Topics

#accessibility #screen-reader #voiceover #talkback #a11y

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_accessibility_info

Packages that implement device_accessibility_info