How to hide android's bottom navigation bar in flutter

前端 未结 3 1569
渐次进展
渐次进展 2020-12-28 20:23

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?

3条回答
  •  长发绾君心
    2020-12-28 21:12

    Use SystemChrome.setEnabledSystemUIOverlays([]) to hide the status bar and the navigation bar.

提交回复
热议问题