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 (
late
andrequired
) and make code more Dart-like - Change the name of the generic
T
for a more descriptiveValue
2.0.0 #
1.0.2 #
- Add comment documentations
- Provide
example.dart
file
1.0.1 #
- Relax dependency on collection versions
1.0.0 #
- Initial version, supporting fuzzy search with Levenshtein distance