int_range 1.0.1 copy "int_range: ^1.0.1" to clipboard
int_range: ^1.0.1 copied to clipboard

A simple int extension to support ranges in dart. Can be used to easily loop through ranges of numbers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add int_range

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

dependencies:
  int_range: ^1.0.1

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:int_range/int_range.dart';
2
likes
60
pub points
0%
popularity

Publisher

unverified uploader

A simple int extension to support ranges in dart. Can be used to easily loop through ranges of numbers.

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

More

Packages that depend on int_range