Browse Source
- 在 assets.dart 中新增 app_logo.jpg 和 splash.png 图片资源 - 配置 iOS LaunchBackground.imageset 支持启动背景图 - 更新 iOS LaunchImage.imageset 文件结构和属性顺序 - 添加 flutter_native_splash.yaml 配置文件指定启动页背景 - 修改 Info.plist 添加 UIStatusBarHidden 键值 - 更新 Android 启动背景 drawable 文件引用新的 background 图片 - 调整 iOS LaunchScreen.storyboard 增加背景图约束和支持 - 在 Android styles.xml 和 styles-night.xml 中添加启动页样式配置 # Conflicts: # ios/Runner/Info.plistios
14 changed files with 51 additions and 13 deletions
Loading…