accessible_text_span 1.1.2 copy "accessible_text_span: ^1.1.2" to clipboard
accessible_text_span: ^1.1.2 copied to clipboard

A RichText variation that support keyboard navigation and focus for accessibility

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add accessible_text_span
copied to clipboard

With Flutter:

 $ flutter pub add accessible_text_span
copied to clipboard

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

dependencies:
  accessible_text_span: ^1.1.2
copied to clipboard

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:accessible_text_span/accessible_text_span.dart';
copied to clipboard
2
likes
0
points
1.66k
downloads

Publisher

verified publishersilentcat.dev

Weekly Downloads

2024.06.01 - 2025.04.26

A RichText variation that support keyboard navigation and focus for accessibility

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on accessible_text_span