fix:播放插件切换名字

This commit is contained in:
2026-01-06 15:34:32 +08:00
parent 378303a8ef
commit d2e7d8f0af
2 changed files with 4 additions and 8 deletions

View File

@@ -1,10 +1,6 @@
import 'package:flutter/material.dart';
import 'package:flutter_common/utils/file/video/lib/chewie.dart';
import 'package:video_player/video_player.dart';
class VideoPlayPage extends StatefulWidget {
final String? videoUrl;
const VideoPlayPage({super.key, this.videoUrl});