Taufiq Husain
Taufiq Husain
` TimeOfDay time = TimeOfDay.fromDateTime(_mondayStart); Navigator.of(context).push( showPicker( context: context, value: time, onChange: (_) {}, minuteInterval: MinuteInterval.FIFTEEN, onChangeDateTime: (DateTime dateTime) { setState(() { _mondayStart = dateTime; }); }, ), ); `...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior We recently submitted our Flutter app (iOS) to the AppStore and...