A flutter widget that allows for a sleek UI in order to pick dates and/or times
Find a file
bob 097d509c73 Add several different customization options, refactoring
- Replaced 4 identical box-themes with different names with 1 general box-theme
- Renamed ambiguously named textStyle-property of DatePicker that only affected weekday-styling as weekdayTextStyle
- Added custimzation option to change border of days
- Added customization option to change padding of calendar
2023-02-14 11:02:07 +01:00
.github Fix README shields, add Github actions and Dependabot 2022-12-13 11:14:33 +01:00
example Add several different customization options, refactoring 2023-02-14 11:02:07 +01:00
lib Add several different customization options, refactoring 2023-02-14 11:02:07 +01:00
test added date constraints to overlay date time picker 2022-11-21 10:03:07 +01:00
.gitignore feat: 24hour format and dateformatting 2022-11-25 15:15:02 +01: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 Add several different customization options, refactoring 2023-02-14 11:02:07 +01:00
dropdown_date_time_picker.gif updated README, added Gifs for examples 2022-11-22 14:01:18 +01:00
LICENSE Add BSD-3-Clause license 2022-11-01 09:43:38 +01:00
overlay_date_time_picker.gif updated README, added Gifs for examples 2022-11-22 14:01:18 +01:00
pubspec.yaml Correct version management from 2.3.2 to 3.0.0 2023-02-10 14:03:52 +01:00
README.md Merge pull request #17 from Iconica-Development/fix/fix_README 2022-12-27 09:47:01 +01:00

pub package Build status style: effective dart

DateTime Picker

Fluter DateTime Picker is a package you can use to implement an Calandar to pick dates and ust them in your Flutter app.

Features

DragDownDateTimePicker

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

Dragdown date time picker GIF

OverlayDateTimePicker

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

Setup

To use this package, add flutter_date_time_picker as a dependency in your pubspec.yaml file.

How to Use

See the Example Code for an example 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