cursor_autocomplete_options 2.1.0 copy "cursor_autocomplete_options: ^2.1.0" to clipboard
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';
3
likes
150
points
50
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Add autocomplete dialog options to the cursor of a textfield.

Homepage
Repository (GitHub)
View/report issues

Topics

#layout #ui-component

Documentation

API reference

License

MIT (license)

Dependencies

enchanted_collection, flutter, flutter_animate, scrollable_positioned_list

More

Packages that depend on cursor_autocomplete_options