Skip to content

Commit

Permalink
feat: updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed Oct 27, 2024
1 parent 384f6b6 commit 24eb7ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file added assets/launcher_icons/icon-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/launcher_icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/splash/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,12 @@ flutter:
# Check the package's documentation to setup the launcher icons
# https://pub.dev/packages/flutter_native_splash#1-setting-the-splash-screen
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/launcher_icons/icon.png"
android: "launcher_icon"
min_sdk_android: 22
adaptive_icon_background: "#0075ff"
ios: true
image_path_ios_dark_transparent: "assets/launcher_icons/icon-transparent.png"
remove_alpha_ios: true
windows:
generate: true
Expand Down

0 comments on commit 24eb7ab

Please sign in to comment.