cursor_autocomplete_options 1.2.2 copy "cursor_autocomplete_options: ^1.2.2" to clipboard
cursor_autocomplete_options: ^1.2.2 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 Dart:

 $ dart pub add cursor_autocomplete_options

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 dart pub get):

dependencies:
  cursor_autocomplete_options: ^1.2.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:cursor_autocomplete_options/cursor_autocomplete_options.dart';
3
likes
0
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Add autocomplete dialog options to the cursor of a textfield.

Homepage
Repository (GitHub)
View/report issues

Topics

#layout #ui

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cursor_autocomplete_options