elastic_autocomplete 0.2.0 copy "elastic_autocomplete: ^0.2.0" to clipboard
elastic_autocomplete: ^0.2.0 copied to clipboard

ElasticAutocomplete is a widget combines Autocomplete and Localstorage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add elastic_autocomplete

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

dependencies:
  elastic_autocomplete: ^0.2.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:elastic_autocomplete/elastic_autocomplete.dart';
1
likes
150
points
83
downloads

Publisher

unverified uploader

Weekly Downloads

ElasticAutocomplete is a widget combines Autocomplete and Localstorage.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, localstorage

More

Packages that depend on elastic_autocomplete