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

outdatedDart 1 only

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_ui

This 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

Alternatively, 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';
0
likes
30
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Polymer Element which provides an input text field with autocompletion drop down.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

browser, html5lib, logging, polymer

More

Packages that depend on autocomplete_ui