Skip to content

Commit a47cd33

Browse files
committed
refactor(pubspec.yaml): update assets and remove adaptive icon background
- Remove unused assets directory - Add logo directory to assets - Remove adaptive_icon_background configuration for flutter_launcher_icons
1 parent d001186 commit a47cd33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,13 @@ flutter:
117117
uses-material-design: true
118118
generate: true
119119
assets:
120-
- assets
120+
- assets/logo/
121121

122122
flutter_launcher_icons:
123123
image_path: assets/logo/flutter-news-app-full-source-code-dark-logo.png
124124

125125
android: "launcher_icon"
126126
min_sdk_android: 21
127-
adaptive_icon_background: "assets/icon/background.png"
128127

129128
web:
130129
generate: true

0 commit comments

Comments
 (0)