Commit 6a7d58a9 authored by Sai Srinivas's avatar Sai Srinivas
Browse files

Added new fetures

parent 3304bc4b
......@@ -69,6 +69,7 @@ android {
flutter {
source = "../.."
}
dependencies {
implementation("com.google.firebase:firebase-inappmessaging-display:20.4.0")
implementation(platform("com.google.firebase:firebase-bom:33.13.0"))
......@@ -80,6 +81,4 @@ dependencies {
implementation("androidx.core:core-ktx:1.16.0")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5")
}
\ No newline at end of file
......@@ -267,6 +267,7 @@ void main() async {
),
action: SnackBarAction(
label: "Open",
textColor: AppColors.app_blue,
onPressed: () {
// 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