Issue
I'm really new in flutter and also in Android dev, but is it possible to hide the bottom navigation bar (see which item do i mean below) programmatically?
Solution
Try this:
SystemChrome.setEnabledSystemUIOverlays([SystemUiOverlay.top]);
Answered By - Coeus.D
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.