ghost_autocomplete 1.2.2 copy "ghost_autocomplete: ^1.2.2" to clipboard
ghost_autocomplete: ^1.2.2 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_autocomplete

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ghost_autocomplete: ^1.2.2

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:ghost_autocomplete/ghost_autocomplete.dart';
1
likes
140
points
284
downloads

Documentation

API reference

Publisher

verified publishershirsh.dev

Weekly Downloads

A comprehensive Flutter package for ghost (predictive inline) autocomplete and dropdown-style suggestions. Includes Form support, Copilot-style Tab badges, and pixel-perfect alignment.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ghost_autocomplete