hydro_sdk_version 1.2.3 copy "hydro_sdk_version: ^1.2.3" to clipboard
hydro_sdk_version: ^1.2.3 copied to clipboard

Provides a simple class for parsing and comparing semantic versions as defined by http://semver.org/

120/ 160
pub points
73
downloads

We analyzed this package 4 days ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

18 out of 21 API elements (85.7 %) have documentation comments.

Some symbols that are missing documentation: version.Version.hasNumericPreRelease, version.Version.leadingPreRelease, version.Version.numericPrelease.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

WARNING: The parameter type of '==' operators should be non-nullable.

lib/version.dart:72:17

   ╷
72 │   bool operator ==(dynamic o) => o is Version && _compare(this, o) == 0;
   │                 ^^
   ╵

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

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

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

No dependencies.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
73
downloads

Publisher

unverified uploader

Weekly Downloads

Provides a simple class for parsing and comparing semantic versions as defined by http://semver.org/

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on hydro_sdk_version