double_tap_player_view 2.0.3
double_tap_player_view: ^2.0.3 copied to clipboard
a widget to handle fast forward/rewind behavior by double tap and horizontal drag like a video player.
1.0.0 #
initial release
1.0.1 #
- add API docs
- remove unused dependencies
- add callbacks;
onDragStart,onDragCancel
1.0.2 #
- reformat code
- fix incorrect doc
- change param type of
DoubleTapConfig.iconRight,DoubleTapConfig.iconLeftfrom Icon to Widget
1.0.3 #
- change param type of
DoubleTapConfig.onDoubleTap
1.0.4 #
- change return type of
DoubleTapConfig.onDoubleTapfromWidgettoVoid
1.0.5 #
- add params;
DoubleTapConfig.backDrop,DoubleTapConfig.backDropAnimDuration
1.0.6 #
- add params;
SwipeConfig.onDragUpdate
2.0.0-nullsafety.0 #
- apply null safety
- remove unused native code
- update dependencies
2.0.1 #
- update dependencies
2.0.2 #
- update dependencies
2.0.3 #
- update dependencies
- code clean up