date_range 1.0.5 copy "date_range: ^1.0.5" to clipboard
date_range: ^1.0.5 copied to clipboard

A simple way to find a daterange in which a datetime is. Used for db queries.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add date_range

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

dependencies:
  date_range: ^1.0.5

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:date_range/date_range.dart';
0
likes
40
pub points
29%
popularity

Publisher

verified publisherdarkandjeweled.com

A simple way to find a daterange in which a datetime is. Used for db queries.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on date_range