Is there a material TimerPicker widget in Flutter?

243 views Asked by At

I want to implement a time picker widget to allow users to record duration (hours and minutes) and I also want to show differently depending on the device platform (iOS or Android).

For iOS, I can use CupertinoTimerPicker and CupertinoActionSheet widgets, which are originally included in Flutter. (like this: CupertinoTimerPicker) Users can swipe the picker wheel to select the duration.
However, I can't find the material widget that corresponds to them (like this: time picker for Android).

Is there a material TimerPicker widget in Flutter, or do I have to use a external package?

1

There are 1 answers

1
ⴰⴽⵙⵉⵍ ⵜⴰⵊⴰⵡⴰⵔⵜ On BEST ANSWER

Yes, Work is in progress, see in github.. https://github.com/flutter/flutter/issues/91605