woozy_search 2.0.2
woozy_search: ^2.0.2 copied to clipboard
A super simple and lightweight client-side fuzzy-search library based on Levenshtein distance.
2.0.1 #
- Migrate to null-safety, use newer dart features (
lateandrequired) and make code more Dart-like - Change the name of the generic
Tfor a more descriptiveValue
2.0.0 #
1.0.2 #
- Add comment documentations
- Provide
example.dartfile
1.0.1 #
- Relax dependency on collection versions
1.0.0 #
- Initial version, supporting fuzzy search with Levenshtein distance