rapidfuzz 0.1.1
rapidfuzz: ^0.1.1 copied to clipboard
A dart port of the rapidfuzz library, for fuzzy-matching strings, and calculating the edit distance between strings.
0.1.1 #
- docs: update README.md with correct score values
- weighted_ratio: run the dart formatter
0.1.0 #
- treewide: remove c++ bindings and use pure dart implementation
- tests: add tests for all algorithms
- example: update example to use pure dart implementation
0.0.2 #
- Fixed link to homepage in pubspec.yaml
- Updated package description in pubspec.yaml
- Formatted dart code
0.0.1 #
- Initial release