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

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

2.0.3 #

  • Models.dart separated into InputEntry.dart and MatchResult.dart
  • woozy_search.dart exports src/MatchResult.dart

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
130
pub points
86%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection

More

Packages that depend on woozy_search