"ios/git@183.82.99.133:saisrinivas/gen_erp_2025.git" did not exist on "77774beaf953c215697d89c79148f224dfa0c606"
Commit 6a7d58a9 authored by Sai Srinivas's avatar Sai Srinivas
Browse files

Added new fetures

parent 3304bc4b
...@@ -69,6 +69,7 @@ android { ...@@ -69,6 +69,7 @@ android {
flutter { flutter {
source = "../.." source = "../.."
} }
dependencies { dependencies {
implementation("com.google.firebase:firebase-inappmessaging-display:20.4.0") implementation("com.google.firebase:firebase-inappmessaging-display:20.4.0")
implementation(platform("com.google.firebase:firebase-bom:33.13.0")) implementation(platform("com.google.firebase:firebase-bom:33.13.0"))
...@@ -80,6 +81,4 @@ dependencies { ...@@ -80,6 +81,4 @@ dependencies {
implementation("androidx.core:core-ktx:1.16.0") implementation("androidx.core:core-ktx:1.16.0")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5") coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5")
} }
\ No newline at end of file
...@@ -267,6 +267,7 @@ void main() async { ...@@ -267,6 +267,7 @@ void main() async {
), ),
action: SnackBarAction( action: SnackBarAction(
label: "Open", label: "Open",
textColor: AppColors.app_blue, textColor: AppColors.app_blue,
onPressed: () { onPressed: () {
// Add haptic feedback for button press // Add haptic feedback for button press
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment