My app is in portrait mode, I want it to landscape mode when user click full screen mode in video payer to show video in landscape, once they exit the full screen mode, I want it back to the portrait.
For that, I used below code when user click on full screen mode icon,
SystemChrome.setPreferredOrientations([DeviceOrientation.landscapeRight]);
But, it will call the routes data initial '/' route, and it change the page to home page.How i can solve the issue...?
I tried many video player packages, but those all result same when I click full screen mode