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

A package for checking the time overlapping in the given DateTime ranges.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add time_overlapping

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

dependencies:
  time_overlapping: ^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:time_overlapping/time_overlapping.dart';
13
likes
140
pub points
72%
popularity

Publisher

unverified uploader

A package for checking the time overlapping in the given DateTime ranges.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, flutter

More

Packages that depend on time_overlapping