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/

0
likes
100/ 140
pub points
4%
popularity

We analyzed this package 15 hours ago, and awarded it 100 pub points (of a possible 140):

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

0/10 points: Provide a valid pubspec.yaml

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

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.

failed
Provide documentation
10 / 20trigger folding of the section

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.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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.

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

0
likes
100
pub points
4%
popularity

Publisher

unverified uploader

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