gradient_timepicker 0.1.0+2
gradient_timepicker: ^0.1.0+2 copied to clipboard
A beautiful gradient time picker widget for Flutter with smooth scroll-wheel selection and AM/PM support.
Changelog #
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()