Skip to content

Commit

Permalink
Merge branch 'release/2024-summer' into feature/lottie_splash
Browse files Browse the repository at this point in the history
  • Loading branch information
jwson-automation authored Aug 25, 2024
2 parents 8308cb7 + a1f7736 commit 66e34de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added assets/launcher_icon/launcherIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ dev_dependencies:
# Generate
json_serializable: ^6.8.0
build_runner: ^2.4.11
flutter_launcher_icons: "^0.13.1"


flutter:
Expand All @@ -142,6 +143,7 @@ flutter:
- assets/login_page_images/
- assets/voice/
- assets/lottie/
- assets/launcher_icon/

# Run Commands to generate splash view
# 1) flutter clean
Expand All @@ -163,10 +165,10 @@ flutter_native_splash:
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/logo/logo_5.png"
image_path: "assets/launcher_icon/launcherIcon.png"
min_sdk_android: 23 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/logo/logo_5.png"
image_path: "assets/launcher_icon/launcherIcon.png"
background_color: "#hexcode"
theme_color: "#hexcode"

0 comments on commit 66e34de

Please sign in to comment.