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

discontinued

DateRange class for the Date Range Picker package (the point is to allow to use the same data type between AngularDart and Flutter)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add date_range_common

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

dependencies:
  date_range_common: ^0.1.0

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_common/date_range_common.dart';
1
likes
40
pub points
2%
popularity

Publisher

verified publishergaspardmerten.dev

DateRange class for the Date Range Picker package (the point is to allow to use the same data type between AngularDart and Flutter)

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

More

Packages that depend on date_range_common