neo_pubspec 1.2.0
neo_pubspec: ^1.2.0 copied to clipboard
Resolve Dart or Flutter project from directory and read pubspec.yaml.
We analyzed this package 47 hours ago, and awarded it 90 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://www.rk0cc.xyz 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
114 out of 118 API elements (96.6 %) have documentation comments.
Some symbols that are missing documentation: neo_pubspec.AdditionalProperty.AdditionalProperty.new, neo_pubspec.PackageDependencySet.PackageDependencySet.new, neo_pubspec.cloner.OverridePackageDependencySetCloner.clone, neo_pubspec.cloner.PackageDependencySetCloner.clone.
10/10 points: Package has an example
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:neo_pubspec/neo_pubspec.dartthat imports:package:neo_pubspec/src/file.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
ERROR: The name 'NullThrownError' isn't a type and can't be used in an on-catch clause.
lib/src/structre/dependencies.dart:215:12
╷
215 │ } on NullThrownError {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/structre/dependencies.dart
WARNING: The declaration '_clone' isn't referenced.
lib/src/structre/dependencies.dart:19:35
╷
19 │ PackageDependencySetFactory get _clone;
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/structre/dependencies.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansicolor |
^2.0.1 |
2.0.3 | 2.0.3 | |
json2yaml |
^3.0.0 |
3.0.1 | 3.0.1 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
pub_semver |
^2.1.0 |
2.2.0 | 2.2.0 | |
yaml |
^3.1.0 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.18.0 | 1.18.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
NON_TYPE_IN_CATCH_CLAUSE-lib/src/structre/dependencies.dart:215:12- The name 'NullThrownError' isn't a type and can't be used in an on-catch clause.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.8, Dart 3.10.7.
Check the analysis log for details.