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

With Flutter:

 $ flutter pub add accessible_text_span

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

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';
2
likes
0
points
1.54k
downloads

Publisher

verified publishersilentcat.dev

Weekly Downloads

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