Taufiq Husain

Results 2 issues of 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; }); }, ), ); `...

Waiting for more info

### 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...

bug🐞