fuzzysearch library

Classes

Fuzzy<T extends Object>
Fuzzy search in Dart.
FuzzyOptions
Options for performing a fuzzy search
Result<T extends Object>
Holds the result (with score and index)
ResultDetails
Details of a result.
ResultsAndWeights<T extends Object>
Class to hold results and weights
Searchers
Class to hold searchers
WeightedKey
Represents a weighted getter of an item

Typedefs

SorterFn = int Function(Result<Object> a, Result<Object> b)
Function used to sort results.