bookingCreate: improve input phone number ui

This commit is contained in:
androidlover5842
2026-01-29 09:01:29 +05:30
parent 8bd2c2eeae
commit 3a7667c609
5 changed files with 130 additions and 19 deletions

View File

@@ -20,6 +20,7 @@ vectordrawable = "1.2.0"
coilCompose = "2.7.0"
lottieCompose = "6.7.1"
calendarCompose = "2.6.0"
libphonenumber = "8.13.34"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -50,6 +51,7 @@ androidx-vectordrawable-animated = { group = "androidx.vectordrawable", name = "
coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coilCompose" }
lottie-compose = { group = "com.airbnb.android", name = "lottie-compose", version.ref = "lottieCompose" }
calendar-compose = { group = "com.kizitonwose.calendar", name = "compose", version.ref = "calendarCompose" }
libphonenumber = { group = "com.googlecode.libphonenumber", name = "libphonenumber", version.ref = "libphonenumber" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }