date_range_picker_sheet 0.1.1 copy "date_range_picker_sheet: ^0.1.1" to clipboard
date_range_picker_sheet: ^0.1.1 copied to clipboard

A pretty, customizable date range picker presented as a Material bottom sheet, with an inline month calendar and quick-select chips.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add date_range_picker_sheet

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

dependencies:
  date_range_picker_sheet: ^0.1.1

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:date_range_picker_sheet/date_range_picker_sheet.dart';
1
likes
160
points
34
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pretty, customizable date range picker presented as a Material bottom sheet, with an inline month calendar and quick-select chips.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on date_range_picker_sheet