我正在尝试使用flutter flutter_launcher_icons插件的错误来更改启动器图标。在我替换文件夹中的图标之前,但这次我想使用为此制作的插件,但运行时出现错误:
flutter pub run flutter_launcher_icons:main
这是错误:
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
shared_preferences: ^2.0.12
google_fonts: ^2.2.0
flutter_screenutil: ^5.0.3
animated_text_kit: ^4.2.1
shake: ^2.0.0
shake_event: ^0.0.9
flutter_launcher_icons: ^0.9.2
flutter_icons:
image_path_android: "assets/icone-appi.png"
image_path_ios: "assets/icone-appi.png"
android: true
ios: true
我试图修改写作中的空格,但没有任何改变。
我认为设置起来会更容易,但我找不到错误。
谢谢您的帮助