cursor_autocomplete_options 2.1.0 cursor_autocomplete_options: ^2.1.0 copied to clipboard
Add autocomplete dialog options to the cursor of a textfield.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cursor_autocomplete_options
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cursor_autocomplete_options: ^2.1.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:cursor_autocomplete_options/cursor_autocomplete_options.dart';