Flutter 中不显示状态栏

2022-09-04  本文已影响0人  LongFei_Brook

检查创建flutter项目时创建的两个文件并注释掉或删除。

./ios/Runner/Info.plist
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIStatusBarHidden</key> <- <here>
<true/> <- <here>
<key>UISupportedInterfaceOrientations</key>

./android/app/src/main/res/values/styles.xml
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowFullscreen">true</item> <- <here>

上一篇 下一篇

猜你喜欢

热点阅读