Jelajahi Sumber

调整下应用icon和名称

ValiZhang 11 bulan lalu
induk
melakukan
d10eb77137
22 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 1
      android/app/src/main/AndroidManifest.xml
  2. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  3. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-hdpi/ic_launcher.webp
  4. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
  5. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
  6. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  7. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-mdpi/ic_launcher.webp
  8. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
  9. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
  10. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  11. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
  12. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp
  13. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
  14. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  15. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
  16. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp
  17. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
  18. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  19. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
  20. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
  21. TEMPAT SAMPAH
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
  22. 0 2
      lib/main.dart

+ 1 - 1
android/app/src/main/AndroidManifest.xml

@@ -1,6 +1,6 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android">
     <application
-        android:label="japp_flutter"
+        android:label="JAPP"
         android:name="${applicationName}"
         android:icon="@mipmap/ic_launcher">
         <activity

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


TEMPAT SAMPAH
android/app/src/main/res/mipmap-hdpi/ic_launcher.webp


TEMPAT SAMPAH
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp


TEMPAT SAMPAH
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp


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


TEMPAT SAMPAH
android/app/src/main/res/mipmap-mdpi/ic_launcher.webp


TEMPAT SAMPAH
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp


TEMPAT SAMPAH
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp


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


TEMPAT SAMPAH
android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp


TEMPAT SAMPAH
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp


TEMPAT SAMPAH
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp


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


TEMPAT SAMPAH
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp


TEMPAT SAMPAH
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp


TEMPAT SAMPAH
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp


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


TEMPAT SAMPAH
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp


TEMPAT SAMPAH
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp


TEMPAT SAMPAH
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp


+ 0 - 2
lib/main.dart

@@ -1,6 +1,4 @@
 import 'package:flutter/material.dart';
-import 'package:flutter/foundation.dart';
-import 'package:intl/intl.dart';
 import 'package:japp_flutter/features/challenge/view_models/challenge_view_model.dart';
 import 'package:japp_flutter/features/challenge/views/challenge_view.dart';
 import 'package:provider/provider.dart';