Flutter FullScreen and Disable StatusBar and Navigation Bar
140 views
Skip to first unread message
ShahzadahmedPlayz _Yt
unread,
Sep 28, 2020, 9:49:05 PM9/28/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flutter Development (flutter-dev)
My app will be place on public location. The app should be running on full screen. I've use SystemChrome.setEnabledSystemUIOverlays([]); to hide both statusbar and systembar. This hides the satusbar and systembar but once swipe from bottom it appears again. I want no one can exit from the application or have access to the other resources of device. How can i hide/disable statusbar and navigation permanently so user cannot exit from the app. Only administrators can exit from app by provide authentication. Do i have to use some native code to achieve this task.