fijkplayer 与 video_player 测试
This commit is contained in:
parent
a6e81cc337
commit
459e95985f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user