fuzzy 0.2.3 copy "fuzzy: ^0.2.3" to clipboard
fuzzy: ^0.2.3 copied to clipboard

outdated

Fuzzy search in Dart. Basically a code conversion, subset of Fuse.js.

CHANGELOG #

0.2.3 #

  • Fix some corner case bugs (empty search pattern, missing arguments)

0.2.2 #

  • Fix bug for search in a list with some string that has leading or trailing whitespace when tokenize option is true

0.2.1 #

  • Fix bug for search empty list

0.2.0+8 #

  • Testing GitHub actions

0.2.0 #

  • Make it generic (to use a List

0.1.1 #

  • Add string normalization, from latinize

0.1.0 #

  • First usable version, fixing stupid bugs from conversion, and with tests

0.0.2 #

  • Code ported from Fuse.js

0.0.1 #

  • Initial commit
86
likes
0
pub points
93%
popularity

Publisher

verified publisherborges.dev

Fuzzy search in Dart. Basically a code conversion, subset of Fuse.js.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

latinize, meta

More

Packages that depend on fuzzy