Hey. I've been looking around for an expandable fl...
# compose
t
Hey. I've been looking around for an expandable floating action button (basically a fab menu with sub fabs). Does anyone know of some already existing solutions?
👍 1
a
Should be available in compose 1.9.0-alpha02 +
t
I didn't mention it but I need it to be multiplatform. It's not yet.
a
Yes it is
t
Really?
a
yep
compose multiplatform already has these in 1.9.0-alpha02
t
Oooh I'm going to check this out. Last time I did it wasn't available in alpha I believe.
Like, it was out for "normal" compose but not available in alphas in cmp. But I may be wrong.
t
It is available in material3, it works on multiplatform already
👍 1
t
Yes, I've seen that material expressive is now available. It wasn't 4 weeks ago. Trying to update my libs. But encountering an issue with adaptive 1.2.0-alpha02 (error with androidx.window.core).
t
Try using version 1.2.0-alpha01 for that library as a workaround, in my case it seems to not cause issues
t
Thanks. I will try because the advised workaround doesn't work for me. Edit: it works. Thank you!