app_date_picker 0.0.3
app_date_picker: ^0.0.3 copied to clipboard
A simple and flexible Flutter widget that allows users to select dates with a Cupertino-style date picker. Customize date format, initial date, and confirmation text.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 #
Added #
- Added
AppDatePicker
widget to easily select dates using a Cupertino-style picker. - Customizable date format, initial date, and confirm button text.
- Callback function
onSelectDateTime
to handle selected date. - Example usage included.
Notes #
- This is the first stable version.
- Lightweight and ready for production use.