suggester library

An autocompetion engine for Dart. Supports highly configurable partial matching. Fast and memory efficient. Suitable for both web and mobile devices.

Classes

Entry
Represents a single value to be returned as a suggestion.
Suggester
Suggests text completions.
SuggesterEquality
Equality and hashing over Suggester instances.
Suggestion
Represents a single match result
TermMapping
Maps from a String to a sequence of terms.