Hi all, when using compose material3, how could we...
# compose
b
Hi all, when using compose material3, how could we launch snackbar since the ScaffoldState doesnt have
scaffoldState.snackbarHostState
it only has
drawerState
?
đź‘€ 1
a
Snackar is one of many missing components in Material3. It may be included in the next release though, if this patch is merged in time https://android-review.googlesource.com/c/platform/frameworks/support/+/1902091
đź‘Ť 2
r
Is there any know workaround for this or, if an App is using `Snackbar`s should just stick to M2 until this patch get merged?
b
i think that’s the best option, or just using a Toast