flutter_vlc_player
flutter_vlc_player copied to clipboard
controler throw erro
i click a fullscreen button,use a inited control like
but it is read
You can comment that lines of library to see if the problem goes away or not.
and this player is always buffering
like this
same issues
how did you implement the fullscreen feature? it's a bit tricky, that's why we didn't implement that in example app.
the same problem anyone has solve it :( /cry E/flutter ( 5866): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Exception: Already Initialized E/flutter ( 5866): #0 VlcPlayerController.initialize (package:flutter_vlc_player/src/vlc_player_controller.dart:176:7) E/flutter ( 5866): #1 VlcPlayerController.onPlatformViewCreated (package:flutter_vlc_player/src/vlc_player_controller.dart:941:13)
Same issue, if comment out throw Exception("Already Initialized") , problem solved. Why throw Exception here, will it be removed on next version?