Skip to content

Commit

Permalink
remove flutter_launcher_icons, use generated icons
Browse files Browse the repository at this point in the history
Open issue at
fluttercommunity/flutter_launcher_icons#96
invalidates the use of the flutter_launcher_icon package. The now used
icons have been generated with IconKitchen.
  • Loading branch information
dreautall committed Apr 2, 2023
1 parent 64e6db0 commit c676a7b
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 32 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
</adaptive-icon>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.0.0"
cli_util:
dependency: transitive
description:
name: cli_util
sha256: "66f86e916d285c1a93d3b79587d94bd71984a66aac4ff74e524cfa7877f1395c"
url: "https://pub.dev"
source: hosted
version: "0.3.5"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -318,14 +310,6 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_launcher_icons:
dependency: "direct dev"
description:
name: flutter_launcher_icons
sha256: "02dcaf49d405f652b7160e882bacfc02cb497041bb2eab2a49b1c393cf9aac12"
url: "https://pub.dev"
source: hosted
version: "0.12.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
15 changes: 0 additions & 15 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ dev_dependencies:
chopper_generator: ^6.0.0
json_serializable: ^6.6.0
swagger_dart_code_generator: ^2.4.6
flutter_launcher_icons: ^0.12.0
flutter_native_splash: ^2.2.19

flutter:
Expand Down Expand Up @@ -83,20 +82,6 @@ flutter:
flutter_intl:
enabled: true

flutter_icons:
android: true
ios: false
image_path: "assets/images/logo.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/images/logo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: false
windows:
generate: false
macos:
generate: false

flutter_native_splash:
android: true
ios: false
Expand Down

0 comments on commit c676a7b

Please sign in to comment.