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

Flutter DevTools extension that scans the live widget tree for accessibility: Semantics and related widgets, plus focus and keyboard plumbing.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add accessibility_radar

With Flutter:

 $ flutter pub add accessibility_radar

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

dependencies:
  accessibility_radar: ^0.2.0

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:accessibility_radar/main.dart';
2
likes
0
points
367
downloads

Publisher

verified publisherae1.dev

Weekly Downloads

Flutter DevTools extension that scans the live widget tree for accessibility: Semantics and related widgets, plus focus and keyboard plumbing.

License

unknown (license)

Dependencies

cupertino_icons, devtools_app_shared, devtools_extensions, flutter, flutter_highlight, url_launcher, vm_service

More

Packages that depend on accessibility_radar