string-similarity
string-similarity copied to clipboard
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
Results
1
string-similarity issues
Sort by
recently updated
recently updated
newest added
## Changes 1. Converted StringSimilarity to mixin for better code reusability. 2. Changes test package to [flutter_test](https://api.flutter.dev/flutter/flutter_test/flutter_test-library.html) for improved management. 3. Use of flutter_lints insted of [pedantic](https://pub.dev/packages/pedantic) (which is discontinued)....