autocomplete_ui 0.2.0+1
autocomplete_ui: ^0.2.0+1 copied to clipboard
A simple Polymer Element which provides an input text field with autocompletion drop down.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add autocomplete_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
autocomplete_ui: ^0.2.0+1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:autocomplete_ui/autocomplete_result.dart';
import 'package:autocomplete_ui/example/simple_autocomplete_example.dart';
import 'package:autocomplete_ui/input_autocomplete.dart';