gradient_timepicker 0.2.0
gradient_timepicker: ^0.2.0 copied to clipboard
A beautiful gradient time picker widget for Flutter with smooth scroll-wheel selection and AM/PM support.
Changelog #
0.2.0 #
- Add
use24Hourparameter toshowTimePickerSheetandTimePickerSheetfor 24-hour clock support - 24-hour mode shows hours
00–23and hides the AM/PM wheel
0.1.0+2 #
- Add demo GIF to Showcase section in README
0.1.0+1 #
- Initial release
- Gradient bottom-sheet time picker with hour, minute, and AM/PM wheel selection
- Animated gradient background transitions between AM (blue) and PM (dark) colour schemes
showTimePickerSheetconvenience function returns the selectedTimeOfDayornullon dismiss- Supports optional
initialTime; defaults toTimeOfDay.now()