flutter_preload_videos
flutter_preload_videos copied to clipboard
Video sound is playing but scenes are not visible?
This is because your video is being played at the moment it is not initialized. You can use value.initialized property to check that.
@hirakhax can you add steps to reproduce?