A flutter widget that allows for a sleek UI in order to pick dates and/or times
Find a file
2022-11-22 09:59:11 +01:00
example fix red screen of death caused by overlay not disposing 2022-11-22 09:52:53 +01:00
lib fix red screen of death caused by overlay not disposing 2022-11-22 09:52:53 +01:00
test added date constraints to overlay date time picker 2022-11-21 10:03:07 +01:00
.gitignore initial commit 2022-08-26 09:56:44 +02:00
.metadata initial commit 2022-08-26 09:56:44 +02:00
analysis_options.yaml initial commit 2022-08-26 09:56:44 +02:00
CHANGELOG.md added customizable sizes for the views 2022-11-15 11:47:53 +01:00
LICENSE Add BSD-3-Clause license 2022-11-01 09:43:38 +01:00
overlay_date_time_picker.gif added date constraints to overlay date time picker 2022-11-21 10:03:07 +01:00
pubspec.yaml added date constraints to overlay date time picker 2022-11-21 10:03:07 +01:00
README.md added date constraints to overlay date time picker 2022-11-21 10:03:07 +01:00

Date Time Picker

The date time picker to be able to input a date.

Features

Drag down date time picker

A picker that is placed in the top of the screen. You are able to select a day at this point. When it is dragged down you are able to select a day for a given month.

Overlay date time picker

A picker, that when opened using a button, is placed over the screen. Then you are able to swipe through the month to select a day. It is possible to add a constraint to de picker to limit the choice of day.

Overlay date time picker GIF

Getting started

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage

OverlayDateTimePicker(
    alignment: Alignment.bottomCenter,
    child: const Text("Select Day"),
    onTapDay: (date) {},
),

See the Example Code for more example's on how to use this package.

Issues

Please file any issues, bugs or feature request as an issue on our GitHub page. Commercial support is available if you need help with integration with your app or services. You can contact us at support@iconica.nl.

Want to contribute

If you would like to contribute to the plugin (e.g. by improving the documentation, solving a bug or adding a cool new feature), please carefully review our contribution guide and send us your pull request.

Author

This flutter-date-time-picker for Flutter is developed by Iconica. You can contact us at support@iconica.nl