chewie
chewie copied to clipboard
While changing video when running multiple videos from network, the video does not pause if not initialized
In the case of playing multiple videos same as in the package example. https://github.com/brianegan/chewie/blob/master/example/lib/main.dart The problem is if I changed to another video before the current video is initialized it does not pause instead it waits until initialized and run in the background alongside with the new video.
same here