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

Date range picker abstraction, being possible to select a DateTimeRange, or custom ranges

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add modern_form_date_range

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

dependencies:
  modern_form_date_range: ^1.0.5

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:modern_form_date_range/modern_form_date_range.dart';
2
likes
110
pub points
41%
popularity

Publisher

verified publisherappsauth.com

Date range picker abstraction, being possible to select a DateTimeRange, or custom ranges

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

extended_masked_text, flutter, modern_form

More

Packages that depend on modern_form_date_range