Skip to content
Snippets Groups Projects
Commit 38498d23 authored by poka's avatar poka
Browse files

fix: android icon

parent bd97495c
Branches
Tags
No related merge requests found
Pipeline #18220 waiting for manual action
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png

11.3 KiB | W: | H:

ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png

11.8 KiB | W: | H:

ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -197,6 +197,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.5"
clock:
dependency: transitive
description:
......@@ -410,6 +417,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "5.7.2+2"
flutter_launcher_icons:
dependency: "direct dev"
description:
name: flutter_launcher_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.0"
flutter_lints:
dependency: "direct main"
description:
......
......@@ -68,6 +68,7 @@ dependencies:
dev_dependencies:
# flutter_launcher_icons: ^0.9.2
# flutter_launcher_icons_maker: ^^0.10.2
flutter_launcher_icons: "^0.11.0"
icons_launcher: ^2.0.6
build_runner: ^2.1.2
flutter_test:
......@@ -84,6 +85,13 @@ icons_launcher:
ios:
enable: true
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/gecko_flat.png"
min_sdk_android: 21
remove_alpha_ios: true
uses-material-design: true
# The following section is specific to Flutter.
......
#!/bin/bash
flutter pub run icons_launcher:create
# flutter pub run icons_launcher:create
flutter pub run flutter_launcher_icons
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment