ghost_autocomplete 1.2.1
ghost_autocomplete: ^1.2.1 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 Flutter:
$ flutter pub add ghost_autocompleteThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ghost_autocomplete: ^1.2.1Alternatively, 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:ghost_autocomplete/ghost_autocomplete.dart';