⬆️ Use new video player
This commit is contained in:
7
lib/utils/video_player.dart
Normal file
7
lib/utils/video_player.dart
Normal file
@ -0,0 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:media_kit/media_kit.dart';
|
||||
|
||||
void initVideo() {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
MediaKit.ensureInitialized();
|
||||
}
|
Reference in New Issue
Block a user