I used youtube_player_flutter package in my Flutter app every thing is normal until the player goes on full screen mode, however when I exiting full screen mode the status bar and the navigation buttons are hiding for the whole app.
I also want to know that my recent update for this app rejected on play console, it says ‘Violation of Device and Network Abuse policy’ could this bug be the reason
Before
enter image description here
enter image description here
After
enter image description here
enter image description here
I tried
SystemChrome.setEnabledSystemUIOverlays(SystemUiOverlay.values);
Muhammad Anas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.