Skip to content

Commit 86007ae

Browse files
committed
feat: add flutter_launcher_icons config and adaptive icon
1 parent 54ce4a9 commit 86007ae

File tree

18 files changed

+55
-1
lines changed

18 files changed

+55
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> <!-- BACA STORAGE -->
44
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <!-- NULIS KE STORAGE -->
55
<application
6-
android:label="flutter_text_recognition"
6+
android:label="QuickOCR"
77
android:name="${applicationName}"
88
android:icon="@mipmap/ic_launcher">
99
<activity
2.14 KB
Loading
1.44 KB
Loading
2.84 KB
Loading
4.69 KB
Loading
6.72 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground>
5+
<inset
6+
android:drawable="@drawable/ic_launcher_foreground"
7+
android:inset="16%" />
8+
</foreground>
9+
</adaptive-icon>
371 Bytes
Loading
254 Bytes
Loading
452 Bytes
Loading

0 commit comments

Comments
 (0)