Skip to content

Commit 250503a

Browse files
committed
v1.0
1 parent 197c948 commit 250503a

42 files changed

Lines changed: 1303 additions & 22 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22
<application
3-
android:label="flutter_todo"
3+
android:label="My Todo"
44
android:name="${applicationName}"
55
android:icon="@mipmap/ic_launcher">
66
<activity
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_adaptive_back"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_adaptive_fore"/>
5+
</adaptive-icon>
4.34 KB
Loading
852 Bytes
Loading
7.32 KB
Loading
2.47 KB
Loading
459 Bytes
Loading
3.99 KB
Loading
6.53 KB
Loading
1.29 KB
Loading

0 commit comments

Comments
 (0)