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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add string_similarity
copied to clipboard

With Flutter:

 $ flutter pub add string_similarity
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  string_similarity: ^2.1.1
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:string_similarity/string_similarity.dart';
copied to clipboard
120
likes
150
points
35.7k
downloads

Publisher

verified publisherjeremylandon.com

Weekly Downloads

2024.09.26 - 2025.04.10

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