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

A package for finding overlappings between given time ranges.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add overlapping_time

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

dependencies:
  overlapping_time: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:overlapping_time/overlapping_time.dart';
7
likes
130
pub points
60%
popularity

Publisher

unverified uploader

A package for finding overlappings between given time ranges.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter, trotter

More

Packages that depend on overlapping_time