A flutter widget that allows for a sleek UI in order to pick dates and/or times
Find a file
dependabot[bot] 36fd6374a2
chore(deps): bump flutter_lints from 2.0.3 to 5.0.0
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 2.0.3 to 5.0.0.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages)

---
updated-dependencies:
- dependency-name: flutter_lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-25 23:17:01 +00:00
.github feat(documentation): Create component-documentation.yml workflow file 2024-02-13 13:37:11 +01:00
example chore: ready the package for deployment to the pub server 2024-07-11 19:08:50 +02:00
lib doc: create documentation for files 2024-06-03 11:38:44 +02:00
test fix: Unused imports 2023-11-07 09:29:57 +01:00
.fvmrc chore: add fvm configuration to gitignore 2024-07-11 19:07:23 +02:00
.gitignore chore: add fvm configuration to gitignore 2024-07-11 19:07:23 +02:00
analysis_options.yaml initial commit 2022-08-26 09:56:44 +02:00
CHANGELOG.md feat: add new features for the component 2024-05-31 09:31:47 +02:00
CONTRIBUTING.md doc: create documentation for files 2024-06-03 11:38:44 +02: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 chore(deps): bump flutter_lints from 2.0.3 to 5.0.0 2024-09-25 23:17:01 +00:00
README.md doc: create documentation for files 2024-06-03 11:38:44 +02: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.

Figma Design that defines this component (only accessible for Iconica developers): https://www.figma.com/file/4WkjwynOz5wFeFBRqTHPeP/Iconica-Design-System?type=design&node-id=357%3A3345&mode=design&t=XulkAJNPQ32ARxWh-1 Figma clickable prototype that demonstrates this component (only accessible for Iconica developers): https://www.figma.com/proto/4WkjwynOz5wFeFBRqTHPeP/Iconica-Design-System?type=design&node-id=340-611&viewport=-1987%2C15%2C0.3&t=XulkAJNPQ32ARxWh-0&scaling=min-zoom&starting-point-node-id=381%3A8571&show-proto-sidebar=1

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