2022-12-13 11:14:33 +01:00
[](https://github.com/Iconica-Development) [](https://github.com/Iconica-Development/flutter_date_time_picker/actions/new) [](https://github.com/tenhobi/effective_dart)
2022-11-22 14:01:18 +01:00
# DateTime Picker
2022-08-26 09:56:44 +02:00
2022-11-22 14:01:18 +01:00
Fluter DateTime Picker is a package you can use to implement an Calandar to pick dates and ust them in your Flutter app.
2022-08-26 09:56:44 +02:00
## Features
2022-11-22 14:01:18 +01:00
### DragDownDateTimePicker
2022-11-18 15:57:03 +01:00
A picker that is placed in the top of the screen.
2022-11-22 14:01:18 +01:00
You are able to select a day for a given week.
2022-11-18 15:57:03 +01:00
When it is dragged down you are able to select a day for a given month.
2022-12-14 15:06:42 +01:00

2022-11-22 14:01:18 +01:00
### OverlayDateTimePicker
2022-11-18 15:57:03 +01:00
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.

2022-08-26 09:56:44 +02:00
2022-11-22 14:01:18 +01:00
## Setup
2022-08-26 09:56:44 +02:00
2022-11-22 14:01:18 +01:00
To use this package, add `flutter_date_time_picker` as a dependency in your pubspec.yaml file.
2022-08-26 09:56:44 +02:00
2022-11-22 14:01:18 +01:00
## How to Use
2022-08-26 09:56:44 +02:00
2022-11-22 14:01:18 +01:00
See the [Example Code ](example/lib/main.dart ) for an example on how to use this package.
2022-11-18 15:57:03 +01:00
## Issues
Please file any issues, bugs or feature request as an issue on our [GitHub ](https://github.com/Iconica-Development/flutter_date_time_picker/pulls ) page. Commercial support is available if you need help with integration with your app or services. You can contact us at [support@iconica.nl ](mailto: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 ](../CONTRIBUTING.md ) and send us your [pull request ](https://github.com/Iconica-Development/flutter_date_time_picker/pulls ).
## Author
2022-08-26 09:56:44 +02:00
2022-11-18 15:57:03 +01:00
This `flutter-date-time-picker` for Flutter is developed by [Iconica ](https://iconica.nl ). You can contact us at < support @ iconica . nl >