splitup the player

This commit is contained in:
Alex
2024-08-09 17:30:30 -05:00
committed by mertalev
parent a8994ffb22
commit a346a37743
6 changed files with 240 additions and 80 deletions
@@ -0,0 +1,5 @@
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:native_video_player/native_video_player.dart';
final nativePlayerControllerProvider =
StateProvider((ref) => NativeVideoPlayerController(0));