range_type 0.1.0 copy "range_type: ^0.1.0" to clipboard
range_type: ^0.1.0 copied to clipboard

The convenient pure Dart library of ranges representation. Range types are data types representing a range of values of some element type.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add range_type

With Flutter:

 $ flutter pub add range_type

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

dependencies:
  range_type: ^0.1.0

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:range_type/range_type.dart';
6
likes
120
pub points
60%
popularity

Publisher

unverified uploader

The convenient pure Dart library of ranges representation. Range types are data types representing a range of values of some element type.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on range_type