stringmatcher 1.0.0 icon indicating copy to clipboard operation
stringmatcher: ^1.0.0 copied to clipboard

Library for fuzzy string comparison

5
likes
80/ 140
pub points
29%
popularity

We analyzed this package 10 hours ago, and awarded it 80 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
20 / 30icon to trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

At the time of the analysis https://saleseeker.ru was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: LGPL-3.0.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

10/10 points: 20% or more of the public API has dartdoc comments

  • 7 out of 33 API elements (21.2 %) have documentation comments.
icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ MacOS
  • ✓ Web
icon indicating section status
Pass static analysis
20 / 30icon to trigger folding of the section

20/30 points: code has no errors, warnings, lints, or formatting issues

Found 12 issues. Showing the first 2:

INFO: Unused import: 'dart:math'.

lib/src/algs/cosine.dart:2:8

  ╷
2 │ import 'dart:math';
  │        ^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/algs/cosine.dart

INFO: Unused import: 'dart:math'.

lib/src/algs/jaro.dart:2:8

  ╷
2 │ import 'dart:math';
  │        ^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/algs/jaro.dart

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

PackageConstraintCompatibleLatest
meta^1.1.01.9.01.9.0
tuple^1.0.31.0.32.0.1
Transitive dependencies
PackageConstraintCompatibleLatest
matcher-0.12.140.12.15
path-1.8.31.8.3
quiver-2.1.53.2.1
stack_trace-1.11.01.11.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^1.0.3` on tuple does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions tuple to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

icon indicating section status
Support sound null safety
0 / 20icon to trigger folding of the section

0/20 points: Package does not opt in to null safety.

Package language version (indicated by the sdk constraint `>=2.8.0 <3.0.0`) is less than 2.12.

Consider migrating.

Analysed with Pana 0.21.27, Dart 2.19.4.

5
likes
80
pub points
29%
popularity

Publisher

verified publisher iconsaleseeker.ru

Library for fuzzy string comparison

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.LGPL-3.0 (LICENSE)

Dependencies

meta, tuple

More

Packages that depend on stringmatcher