woozy_search 2.0.1 copy "woozy_search: ^2.0.1" to clipboard
woozy_search: ^2.0.1 copied to clipboard

outdated

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 and required) and make code more Dart-like
  • Change the name of the generic T for a more descriptive Value

2.0.0 #

  • Convert from snake-case to lowerCamelCase PR
  • Fix RangeError exception when reusing instance of woozy PR
  • Add type to MatchResult PR

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
24
likes
0
pub points
85%
popularity

Publisher

unverified uploader

A super simple and lightweight client-side fuzzy-search library based on Levenshtein distance.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection

More

Packages that depend on woozy_search