【发布时间】:2021-12-01 07:39:31
【问题描述】:
我使用flutter_native_splash: ^1.3.2 作为启动画面,我想删除这个启动画面。
以下代码在pubspec.yaml 文件中。
flutter_native_splash:
color: "#ffffff"
image: assets/images/AppLogo.png
android: true
ios: true
我使用flutter pub run flutter_native_splash:remove命令删除,
我还从pubspec.yamlfile 中删除了 flutter_native_splash (Above code) 依赖项。
然后我使用 flutter clean 命令清理我的项目。
然后拿到包裹。
所以现在当我运行应用程序时,它会显示我删除的启动画面。
所以请帮助我。
谢谢。
【问题讨论】:
标签: flutter