feat: Add app icon generation, update profile navigation, and refine UI styling for profile action buttons and notification tabs.

This commit is contained in:
pradeepkumar
2026-03-14 17:25:33 +05:30
parent 7b9c19ec67
commit 8411015075
44 changed files with 276 additions and 279 deletions

View File

@@ -1,5 +1,5 @@
name: real_estate_mobile
description: "RE-QuestN Real Estate Mobile App"
description: "RE-Quest Real Estate Mobile App"
publish_to: 'none'
version: 1.0.0+2
@@ -74,6 +74,16 @@ dev_dependencies:
# Flavors
flutter_flavorizr: ^2.2.3
# App Icon
flutter_launcher_icons: ^0.14.3
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/app_icon.png"
remove_alpha_ios: true
background_color: "#ffffff"
flutter:
uses-material-design: true
@@ -107,7 +117,7 @@ flavorizr:
flavors:
local:
app:
name: "RE-QuestN Local"
name: "RE-Quest Local"
android:
applicationId: "com.requestn.real_estate_mobile.local"
ios:
@@ -116,7 +126,7 @@ flavorizr:
DEVELOPMENT_TEAM: JKMS87XDA9
demo:
app:
name: "RE-QuestN Demo"
name: "RE-Quest Demo"
android:
applicationId: "com.requestn.real_estate_mobile.demo"
ios:
@@ -125,7 +135,7 @@ flavorizr:
DEVELOPMENT_TEAM: JKMS87XDA9
dev:
app:
name: "RE-QuestN Dev"
name: "RE-Quest Dev"
android:
applicationId: "com.requestn.real_estate_mobile.dev"
ios: