codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.

Home Page:https://pub.dev/packages/flutter_material_pickers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing title on showMaterialTimePicker

qwaguet opened this issue · comments

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

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

Fixed in 3.7.0