Browse Source

add: icon & change appName and versions

pull/24/head
AmirrezaChegini 2 weeks ago
parent
commit
6ae2d8ea86
  1. 2
      android/app/src/main/AndroidManifest.xml
  2. 6
      android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  3. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  4. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
  5. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
  6. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png
  7. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  8. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
  9. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
  10. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png
  11. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  12. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
  13. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
  14. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png
  15. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  16. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
  17. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
  18. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png
  19. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  20. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
  21. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
  22. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png
  23. 2
      pubspec.yaml

2
android/app/src/main/AndroidManifest.xml

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="hadi_hoda_flutter"
android:label="Hadi &amp; Hoda"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

6
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
</adaptive-icon>

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.png

Before

Width: 72  |  Height: 72  |  Size: 544 B

After

Width: 72  |  Height: 72  |  Size: 4.3 KiB

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png

After

Width: 162  |  Height: 162  |  Size: 932 B

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png

After

Width: 162  |  Height: 162  |  Size: 11 KiB

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png

After

Width: 162  |  Height: 162  |  Size: 11 KiB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png

Before

Width: 48  |  Height: 48  |  Size: 442 B

After

Width: 48  |  Height: 48  |  Size: 2.3 KiB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png

After

Width: 108  |  Height: 108  |  Size: 539 B

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png

After

Width: 108  |  Height: 108  |  Size: 6.0 KiB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png

After

Width: 108  |  Height: 108  |  Size: 6.0 KiB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

Before

Width: 96  |  Height: 96  |  Size: 721 B

After

Width: 96  |  Height: 96  |  Size: 6.7 KiB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png

After

Width: 216  |  Height: 216  |  Size: 1.4 KiB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png

After

Width: 216  |  Height: 216  |  Size: 18 KiB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png

After

Width: 216  |  Height: 216  |  Size: 18 KiB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png

Before

Width: 144  |  Height: 144  |  Size: 1.0 KiB

After

Width: 144  |  Height: 144  |  Size: 13 KiB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png

After

Width: 324  |  Height: 324  |  Size: 2.6 KiB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png

After

Width: 324  |  Height: 324  |  Size: 37 KiB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png

After

Width: 324  |  Height: 324  |  Size: 37 KiB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

Before

Width: 192  |  Height: 192  |  Size: 1.4 KiB

After

Width: 192  |  Height: 192  |  Size: 20 KiB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png

After

Width: 432  |  Height: 432  |  Size: 4.2 KiB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png

After

Width: 432  |  Height: 432  |  Size: 60 KiB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png

After

Width: 432  |  Height: 432  |  Size: 60 KiB

2
pubspec.yaml

@ -1,7 +1,7 @@
name: hadi_hoda_flutter
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
version: 1.0.0+1
environment:
sdk: ^3.9.2

Loading…
Cancel
Save