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
書き込みのスペースを変更しようとしましたが、何も変わりません。
もっと簡単に設定できると思ったのですが、エラーが見つかりません。
ご協力ありがとうございました