multiple_search_selection library

Classes

CreateOptions<T>
MultipleSearchController<T>
This is the controller for the MultipleSearchSelection.
MultipleSearchSelection<T>
OverlayOptions<T>
Pass this to the MultipleSearchSelection.overlay widget to customize the overlay behavior.

Extensions

HelperExtensions on String?

Functions

getJaro(String a, String b, {bool caseSensitive = false}) double
The Jaro distance is a measure of edit distance between two strings;