feat: add adaptive navigation for different screen sizes

This commit is contained in:
Yash-Garg 2023-05-28 13:08:26 +05:30
parent b2470ca89b
commit 78b77fd4c1
No known key found for this signature in database
8 changed files with 209 additions and 72 deletions

View file

@ -53,6 +53,7 @@ dependencies {
implementation(libs.androidx.compose.material)
implementation(libs.androidx.compose.material.icons.extended)
implementation(libs.androidx.compose.material3)
implementation(libs.androidx.compose.material3.window.size)
implementation(libs.androidx.core.splashscreen)
implementation(libs.androidx.datastore.preferences)
implementation(libs.androidx.lifecycle.compose)