ionicfirebaseapp / getwidget

Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.
https://www.getwidget.dev
MIT License
4.56k stars 606 forks source link

Progress Bar Manually drag progress #305

Closed zhaoxiuyu closed 1 year ago

zhaoxiuyu commented 1 year ago

New progress bar dragging function, similar to slider?

atul-vashisht commented 1 year ago

Can you elaborate please, are you requesting functionality like slider in progress bar?

zhaoxiuyu commented 1 year ago

Similar to playback progress or volume adjustment, you can manually drag to change the value.

atul-vashisht commented 1 year ago

hi, @zhaoxiuyu thank you for this suggestion , we would look into this.

sarithavarrier commented 1 year ago

@zhaoxiuyu ,we have included option(isDragable: true,) to make the progressbar draggable manually in latest version Thank you