autocomplete 0.1.5 copy "autocomplete: ^0.1.5" to clipboard
autocomplete: ^0.1.5 copied to clipboard

Fig-style CLI completion specs and runtime (parse command, load spec, get suggestions). Pure Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add autocomplete

With Flutter:

 $ flutter pub add autocomplete

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

dependencies:
  autocomplete: ^0.1.5

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:autocomplete/autocomplete.dart';
0
likes
130
points
210
downloads

Publisher

unverified uploader

Weekly Downloads

Fig-style CLI completion specs and runtime (parse command, load spec, get suggestions). Pure Dart

Repository (GitHub)
View/report issues
Contributing

Topics

#autocomplete #shell #fig

Documentation

API reference

License

MIT (license)

Dependencies

yaml

More

Packages that depend on autocomplete