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/

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hydro_sdk_version

With Flutter:

 $ flutter 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.3

Alternatively, your editor might support dart pub get or flutter 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
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