Last updated:
0 purchases
sa progress bar
SaProgressBar #
A simple progress bar controller
Screenshot #
How To Use #
SaProgressBar(
controller: _controller,
onMoved: (value) {
print('onMove: $value');
},
onTap: (value) {
print('onTap: $value');
},
)
copied to clipboard
ProgressController: responsible for control the progress on main stream and buffer stream
please check out controller.moveTo() controller.moveBufferTo()
onMoved : indicator's drag action callback.
onTap : user tap on the progress bar. (This can make your indicator jump to the following position)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.