stringmatcher 1.0.0
stringmatcher: ^1.0.0 copied to clipboard
Library for fuzzy string comparison
We analyzed this package 10 hours ago, and awarded it 80 pub points (of a possible 140):
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
.
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.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
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
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
meta | ^1.1.0 | 1.9.0 | 1.9.0 |
tuple | ^1.0.3 | 1.0.3 | 2.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
matcher | - | 0.12.14 | 0.12.15 |
path | - | 1.8.3 | 1.8.3 |
quiver | - | 2.1.5 | 3.2.1 |
stack_trace | - | 1.11.0 | 1.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
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
.