change icons

This commit is contained in:
2025-03-28 01:01:02 +05:30
parent 807a4da216
commit 6f3a075963
32 changed files with 701 additions and 587 deletions

BIN
android/app/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
}
android {
namespace = "com.example.grocery_app"
namespace = "com.frontshop.userapp"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@@ -35,7 +35,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.grocery_app"
applicationId = "com.frontshop.userapp"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdk = flutter.minSdkVersion

Binary file not shown.

BIN
android/app/src/.DS_Store vendored Normal file

Binary file not shown.

BIN
android/app/src/main/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -1,13 +1,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.example.grocery_app"
package="com.frontshop.userapp">
>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>
@@ -24,7 +24,7 @@
<application
android:requestLegacyExternalStorage="true"
android:enableOnBackInvokedCallback="true"
android:label="grocery_app"
android:label="Frontshop"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View File

@@ -1,4 +1,4 @@
package com.example.grocery_app
package com.frontshop.userapp
import io.flutter.embedding.android.FlutterActivity

BIN
android/app/src/main/res/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 13 KiB