accessible_text_span 1.1.2
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';