codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

Missing title on showMaterialTimePicker #51

Closed qwaguet closed 3 months ago

qwaguet commented 1 year ago

The title parameter of showMaterialTimePicker isn't used on showTimePicker.

Solution: add helpText: title to the showTimePicker call, show_time_picker.dart, L36.

codegrue commented 3 months ago

Fixed in 3.7.0