Skip to content

Commit 9b6eb5a

Browse files
committed
Create app icons
1 parent 86e752b commit 9b6eb5a

File tree

9 files changed

+129
-1
lines changed

9 files changed

+129
-1
lines changed

android/app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<application
33
android:label="memories"
44
android:name="${applicationName}"
5-
android:icon="@mipmap/ic_launcher">
5+
android:icon="@mipmap/launcher_icon">
66
<activity
77
android:name=".MainActivity"
88
android:exported="true"
Loading
Loading
Loading
Loading
Loading

assets/logo/logo.png

240 KB
Loading

pubspec.lock

+120
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
archive:
5+
dependency: transitive
6+
description:
7+
name: archive
8+
sha256: "0c8368c9b3f0abbc193b9d6133649a614204b528982bebc7026372d61677ce3a"
9+
url: "https://pub.dev"
10+
source: hosted
11+
version: "3.3.7"
12+
args:
13+
dependency: transitive
14+
description:
15+
name: args
16+
sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596
17+
url: "https://pub.dev"
18+
source: hosted
19+
version: "2.4.2"
420
async:
521
dependency: transitive
622
description:
@@ -25,6 +41,22 @@ packages:
2541
url: "https://pub.dev"
2642
source: hosted
2743
version: "1.3.0"
44+
checked_yaml:
45+
dependency: transitive
46+
description:
47+
name: checked_yaml
48+
sha256: feb6bed21949061731a7a75fc5d2aa727cf160b91af9a3e464c5e3a32e28b5ff
49+
url: "https://pub.dev"
50+
source: hosted
51+
version: "2.0.3"
52+
cli_util:
53+
dependency: transitive
54+
description:
55+
name: cli_util
56+
sha256: b8db3080e59b2503ca9e7922c3df2072cf13992354d5e944074ffa836fba43b7
57+
url: "https://pub.dev"
58+
source: hosted
59+
version: "0.4.0"
2860
clock:
2961
dependency: transitive
3062
description:
@@ -41,6 +73,22 @@ packages:
4173
url: "https://pub.dev"
4274
source: hosted
4375
version: "1.17.2"
76+
convert:
77+
dependency: transitive
78+
description:
79+
name: convert
80+
sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
81+
url: "https://pub.dev"
82+
source: hosted
83+
version: "3.1.1"
84+
crypto:
85+
dependency: transitive
86+
description:
87+
name: crypto
88+
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
89+
url: "https://pub.dev"
90+
source: hosted
91+
version: "3.0.3"
4492
cupertino_icons:
4593
dependency: "direct main"
4694
description:
@@ -78,6 +126,14 @@ packages:
78126
description: flutter
79127
source: sdk
80128
version: "0.0.0"
129+
flutter_launcher_icons:
130+
dependency: "direct dev"
131+
description:
132+
name: flutter_launcher_icons
133+
sha256: "526faf84284b86a4cb36d20a5e45147747b7563d921373d4ee0559c54fcdbcea"
134+
url: "https://pub.dev"
135+
source: hosted
136+
version: "0.13.1"
81137
flutter_lints:
82138
dependency: "direct dev"
83139
description:
@@ -96,6 +152,30 @@ packages:
96152
description: flutter
97153
source: sdk
98154
version: "0.0.0"
155+
image:
156+
dependency: transitive
157+
description:
158+
name: image
159+
sha256: a72242c9a0ffb65d03de1b7113bc4e189686fc07c7147b8b41811d0dd0e0d9bf
160+
url: "https://pub.dev"
161+
source: hosted
162+
version: "4.0.17"
163+
js:
164+
dependency: transitive
165+
description:
166+
name: js
167+
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
168+
url: "https://pub.dev"
169+
source: hosted
170+
version: "0.6.7"
171+
json_annotation:
172+
dependency: transitive
173+
description:
174+
name: json_annotation
175+
sha256: b10a7b2ff83d83c777edba3c6a0f97045ddadd56c944e1a23a3fdf43a1bf4467
176+
url: "https://pub.dev"
177+
source: hosted
178+
version: "4.8.1"
99179
lints:
100180
dependency: transitive
101181
description:
@@ -168,6 +248,14 @@ packages:
168248
url: "https://pub.dev"
169249
source: hosted
170250
version: "2.2.0"
251+
petitparser:
252+
dependency: transitive
253+
description:
254+
name: petitparser
255+
sha256: cb3798bef7fc021ac45b308f4b51208a152792445cce0448c9a4ba5879dd8750
256+
url: "https://pub.dev"
257+
source: hosted
258+
version: "5.4.0"
171259
platform:
172260
dependency: transitive
173261
description:
@@ -184,6 +272,14 @@ packages:
184272
url: "https://pub.dev"
185273
source: hosted
186274
version: "2.1.5"
275+
pointycastle:
276+
dependency: transitive
277+
description:
278+
name: pointycastle
279+
sha256: "7c1e5f0d23c9016c5bbd8b1473d0d3fb3fc851b876046039509e18e0c7485f2c"
280+
url: "https://pub.dev"
281+
source: hosted
282+
version: "3.7.3"
187283
provider:
188284
dependency: "direct main"
189285
description:
@@ -301,6 +397,14 @@ packages:
301397
url: "https://pub.dev"
302398
source: hosted
303399
version: "0.6.0"
400+
typed_data:
401+
dependency: transitive
402+
description:
403+
name: typed_data
404+
sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c
405+
url: "https://pub.dev"
406+
source: hosted
407+
version: "1.3.2"
304408
vector_math:
305409
dependency: transitive
306410
description:
@@ -333,6 +437,22 @@ packages:
333437
url: "https://pub.dev"
334438
source: hosted
335439
version: "1.0.2"
440+
xml:
441+
dependency: transitive
442+
description:
443+
name: xml
444+
sha256: "5bc72e1e45e941d825fd7468b9b4cc3b9327942649aeb6fc5cdbf135f0a86e84"
445+
url: "https://pub.dev"
446+
source: hosted
447+
version: "6.3.0"
448+
yaml:
449+
dependency: transitive
450+
description:
451+
name: yaml
452+
sha256: "75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5"
453+
url: "https://pub.dev"
454+
source: hosted
455+
version: "3.1.2"
336456
sdks:
337457
dart: ">=3.1.0 <4.0.0"
338458
flutter: ">=3.3.0"

pubspec.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ dev_dependencies:
4848
# package. See that file for information about deactivating specific lint
4949
# rules and activating additional ones.
5050
flutter_lints: ^2.0.0
51+
# Create icons
52+
flutter_launcher_icons: "^0.13.1"
53+
54+
flutter_launcher_icons:
55+
android: "launcher_icon"
56+
ios: false
57+
image_path: "assets/logo/logo.png"
58+
min_sdk_android: 21 # android min sdk min:16, default 21
5159

5260
# For information on the generic Dart part of this file, see the
5361
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)