fuzzy_bolt 1.0.1
fuzzy_bolt: ^1.0.1 copied to clipboard
A powerful and optimized fuzzy search algorithm with typo tolerance and ranking.
Changelog #
1.0.1 - 2025-03-08 #
Fixed
- Updated SDK constraints to support Dart
>=2.17.0 <3.7.1. - Excluded Web platform support due to
IsolateAPI restrictions. - Resolved
dart analyzewarnings and improved code quality.
Added
- Comprehensive documentation and inline comments.
- Explicit
platformsdeclaration inpubspec.yaml.
1.0.0 - 2025-03-07 #
Initial Release
- Implemented Fuzzy String Matching using Jaro-Winkler and Damerau-Levenshtein algorithms.
- Added fuzzy search support with adjustable
strictThresholdandtypoThreshold. - Optimized performance using Isolates for parallel computation.
- Provided usage examples and test cases.