diff --git a/README.md b/README.md index 6e9e8d2..e7f3517 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

--- diff --git a/assets/imagini_logo.png b/assets/imagini_logo.png new file mode 100644 index 0000000..d63f53b Binary files /dev/null and b/assets/imagini_logo.png differ diff --git a/assets/imagini_logo.svg b/assets/imagini_logo.svg new file mode 100644 index 0000000..027780c --- /dev/null +++ b/assets/imagini_logo.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/web_native/android/app/src/main/AndroidManifest.xml b/web_native/android/app/src/main/AndroidManifest.xml index 6d3751c..fbe486e 100644 --- a/web_native/android/app/src/main/AndroidManifest.xml +++ b/web_native/android/app/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@ package="com.reichard.imagini"> + android:icon="@mipmap/launcher_icon"> =0.12.3 <1.0.0' cached_network_image: ^2.5.0 cupertino_icons: ^1.0.1 + flutter_launcher_icons: ^0.8.1 dev_dependencies: flutter_test: @@ -34,3 +35,8 @@ dev_dependencies: flutter: uses-material-design: true + +flutter_icons: + android: "launcher_icon" + ios: true + image_path: "assets/icon/icon.png"