Skip to content

A powerfull lib to creante and compare number ranges

License

Notifications You must be signed in to change notification settings

Marcus-Software/ms_range

Repository files navigation

Pub

Overview

A powerfull lib to creante and compare a number in ranges

Whats MS_Range do?

Generate a range of two numbers and providers methods to check if a number is in this range.

Usage

Create a new Range instance:

import 'package:ms_range/ms_range.dart';

Range range = Range(1, 6);

Call some methods of range to do hard work:

range.isInRange(2); // true
range.list; // [1, 2, 3, 4, 5, 6]

About

A powerfull lib to creante and compare number ranges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages