💄 Finishing up

This commit is contained in:
2024-08-15 21:12:23 +08:00
parent 0b34a4b74b
commit bd50859e73
56 changed files with 395 additions and 75 deletions

View File

@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.dietary_guard"
namespace = "dev.solsynth.dietaryGuard"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@ -20,8 +20,7 @@ android {
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.dietary_guard"
applicationId = "dev.solsynth.dietaryGuard"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion

View File

@ -2,7 +2,7 @@
<application
android:label="dietary_guard"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/launcher_icon">
<activity
android:name=".MainActivity"
android:exported="true"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB