Skip to content

Commit

Permalink
Remove flutter_icons dependency (#5657)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Oct 6, 2024
1 parent 15f0338 commit ed191b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
Binary file not shown.
Binary file not shown.
13 changes: 0 additions & 13 deletions packages/smooth_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ dev_dependencies:
sdk: flutter
flutter_driver:
sdk: flutter
flutter_launcher_icons: 0.13.1
flutter_test:
sdk: flutter
mockito: 5.4.4
Expand All @@ -118,18 +117,6 @@ dev_dependencies:
openfoodfacts_flutter_lints:
git: https://github.com/openfoodfacts/openfoodfacts_flutter_lints.git

# 'flutter pub run flutter_launcher_icons:main' to update
flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/app/release_icon_transparent_1152x1152.png"
adaptive_icon_background: "#FFFFFF"
# Only the inner 72x72dp of the 108x108dp adaptive icon is shown
# (extra padding of 18dp on all sides is used for visual effects)
# https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive
adaptive_icon_foreground: "assets/app/release_icon_transparent_70pct_1152x1152.png"

# 'flutter pub run flutter_native_splash:create' to update
flutter_native_splash:
color: "#FFFFFF"
Expand Down

0 comments on commit ed191b7

Please sign in to comment.