CupertinoDatePicker accepts a parameter called minuteInterval which will set the minute selection to move by multiple minutes. It would be great to have this as a parameter of Bottom-Picker which is then passed on to the DatePicker when picking a time.
minuteInterval would be an integer between 1 and 60 or if null set to 1.
initialTime minutes would also need to be 'rounded' to the nearest minute interval.
CupertinoDatePicker accepts a parameter called minuteInterval which will set the minute selection to move by multiple minutes. It would be great to have this as a parameter of Bottom-Picker which is then passed on to the DatePicker when picking a time.
minuteInterval would be an integer between 1 and 60 or if null set to 1. initialTime minutes would also need to be 'rounded' to the nearest minute interval.
https://api.flutter.dev/flutter/cupertino/CupertinoDatePicker/minuteInterval.html