neo_pubspec 1.2.0 copy "neo_pubspec: ^1.2.0" to clipboard
neo_pubspec: ^1.2.0 copied to clipboard

discontinuedreplaced by: pubspec

Resolve Dart or Flutter project from directory and read pubspec.yaml.

90/ 160
pub points
6
downloads

We analyzed this package 47 hours ago, and awarded it 90 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:neo_pubspec/src/file.dart that imports:
  • dart:io
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 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.

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

Failed check 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.

Weekly downloads

Display as:
By versions:
0
likes
90
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

Resolve Dart or Flutter project from directory and read pubspec.yaml.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ansicolor, json2yaml, path, pub_semver, yaml

More

Packages that depend on neo_pubspec