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?
Use SystemChrome.setEnabledSystemUIOverlays([]) to hide the status bar and the navigation bar.
SystemChrome.setEnabledSystemUIOverlays([])