I hope that you are doing well.
I had a quick question about flutters vlc_player package. I currently have one page, that allows the user to select and play a video obtained over the network. And I have a second page, that fullscreens the video and adds controls, such as a pause button. But when i try to Navigator.pushReplacement, the whole video needs to be reloaded before it plays again.
Is there a way to send the playing video from one page to another one so the video doesnt have to be reloaded?
Both of the pages are in seperate dart files. So they are not combined.