ghost_autocomplete 1.2.0
ghost_autocomplete: ^1.2.0 copied to clipboard
A comprehensive Flutter package for ghost (predictive inline) autocomplete and dropdown-style suggestions. Includes Form support, Copilot-style Tab badges, and pixel-perfect alignment.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ghost_autocompleteWith Flutter:
$ flutter pub add ghost_autocompleteThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ghost_autocomplete: ^1.2.0Alternatively, 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:ghost_autocomplete/ghost_autocomplete.dart';