pana 0.21.12
pana: ^0.21.12 copied to clipboard
Evaluate the health and quality of a Dart package
61
likes
100/ 130
pub points
67%
popularity
We analyzed this package 7 hours ago, and awarded it 100 pub points (of a possible 130):
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.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
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
- 51 out of 243 API elements (21.0 %) have documentation comments.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:pana/pana.dart
that imports:package:pana/src/utils.dart
that imports:package:pana/src/sdk_env.dart
that imports:package:pana/src/pubspec_io.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: 'url' is deprecated and shouldn't be used. `url` is deprecated and will be removed in a future release.
lib/src/model.g.dart:144:32
╷
144 │ writeNotNull('url', instance.url);
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/model.g.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
analyzer | >=3.1.0 <5.0.0 | 4.1.0 | 4.1.0 |
args | ^2.0.0 | 2.3.1 | 2.3.1 |
async | ^2.0.0 | 2.9.0 | 2.9.0 |
cli_util | ^0.3.0 | 0.3.5 | 0.3.5 |
collection | ^1.15.0 | 1.16.0 | 1.16.0 |
html | ^0.15.0 | 0.15.0 | 0.15.0 |
http | ^0.13.0 | 0.13.4 | 0.13.4 |
io | ^1.0.0 | 1.0.3 | 1.0.3 |
json_annotation | ^4.4.0 | 4.5.0 | 4.5.0 |
logging | ^1.0.0 | 1.0.2 | 1.0.2 |
markdown | ^5.0.0 | 5.0.0 | 5.0.0 |
meta | ^1.4.0 | 1.7.0 | 1.7.0 |
path | ^1.6.2 | 1.8.1 | 1.8.1 |
pub_semver | ^2.0.0 | 2.1.1 | 2.1.1 |
pubspec_parse | ^1.0.0 | 1.2.0 | 1.2.0 |
retry | ^3.0.1 | 3.1.0 | 3.1.0 |
safe_url_check | ^1.0.0 | 1.1.0 | 1.1.0 |
source_span | ^1.7.0 | 1.9.0 | 1.9.0 |
string_scanner | ^1.1.0 | 1.1.1 | 1.1.1 |
tar | ^0.5.4 | 0.5.5 | 0.5.5 |
yaml | ^3.0.0 | 3.1.1 | 3.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared | - | 40.0.0 | 40.0.0 |
charcode | - | 1.3.1 | 1.3.1 |
checked_yaml | - | 2.0.1 | 2.0.1 |
convert | - | 3.0.1 | 3.0.1 |
crypto | - | 3.0.2 | 3.0.2 |
csslib | - | 0.17.1 | 0.17.1 |
file | - | 6.1.2 | 6.1.2 |
glob | - | 2.0.2 | 2.0.2 |
http_parser | - | 4.0.0 | 4.0.0 |
package_config | - | 2.0.2 | 2.0.2 |
term_glyph | - | 1.2.0 | 1.2.0 |
typed_data | - | 1.3.1 | 1.3.1 |
watcher | - | 1.0.1 | 1.0.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.12
, Dart 2.17.0
.