string_similarity 2.1.1 copy "string_similarity: ^2.1.1" to clipboard
string_similarity: ^2.1.1 copied to clipboard

Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.

2.0.0 #

  • migrated to null safety
  • require dart sdk >= 2.12

1.1.0 #

  • added extensions.
  • added 'toString()' methods for BestMatch and Rating classes for better debugging.
  • require dart sdk >= 2.6

1.0.2 #

  • fix static analysis

1.0.1 #

  • update doc

1.0.0 #

  • initial version
120
likes
150
points
35.7k
downloads

Publisher

verified publisherjeremylandon.com

Weekly Downloads

2024.09.18 - 2025.04.02

Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on string_similarity