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

outdated

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hydro_sdk_version

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  hydro_sdk_version: ^1.2.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hydro_sdk_version/version.dart';
0
likes
0
points
87
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

unknown (license)

More

Packages that depend on hydro_sdk_version