Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sai Srinivas
GEN_ERP_2025
Commits
6a7d58a9
Commit
6a7d58a9
authored
Oct 13, 2025
by
Sai Srinivas
Browse files
Added new fetures
parent
3304bc4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
android/app/build.gradle.kts
View file @
6a7d58a9
...
...
@@ -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
lib/main.dart
View file @
6a7d58a9
...
...
@@ -267,6 +267,7 @@ void main() async {
),
action:
SnackBarAction
(
label:
"Open"
,
textColor:
AppColors
.
app_blue
,
onPressed:
()
{
// Add haptic feedback for button press
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment