https://kotlinlang.org logo
Title
b

brabo-hi

12/09/2021, 11:20 PM
Hi All, on material3, there is no option to dock floatingActionButton to the bottomBar, doesn’t it mean it is no longer recommended to do so ? Also on the new 
androidx.compose.material3:material3:1.0.0-alpha02
  
scaffoldState
  has been removed. Does it mean in the future we will no longer be able to launch a Snackbar and link it’s state to the Scaffold?
c

Chris Sinco [G]

12/09/2021, 11:55 PM
No. The library is unfortunately not complete in alpha, so there are many things that are missing. And they shouldn’t be interpreted as guidance. We hope to complete the library by beta.
In the meantime, if there are components that missing, you will need to also use the Material2 library
👍 1