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

With Flutter:

 $ flutter pub add string_similarity

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

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';
113
likes
160
pub points
97%
popularity

Publisher

verified publisherjeremylandon.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on string_similarity