fijkplayer 与 video_player 测试

This commit is contained in:
shikong 2023-11-24 22:51:27 +08:00
parent a6e81cc337
commit 459e95985f

View File

@ -66,7 +66,6 @@ class _MyHomePageState extends State<MyHomePage> {
tooltip: 'Increment',
onPressed: () {},
child: GestureDetector(
behavior: HitTestBehavior.opaque,
onLongPressStart: (_) {
timer?.cancel();
Timer.periodic(const Duration(milliseconds: 10), (timer) {