Is there any analogue to the `material3-adaptive` ...
# compose-desktop
g
Is there any analogue to the
material3-adaptive
library for multiplatform? Specifically I'm looking to use things like
ListDetailPaneScaffold
,
SlidingPaneLayout
, and especially
NavigationSuiteScaffold
I can build it myself, but if something already exists then I didn't want to spend the time since that new compose library looks pretty sweet.
z
Been wondering the same thing but I haven't found anything like that.
t
Did you tried to include this library to your CfD project? There is a CfD version so i would assume that it should also work in CfD. But i did not tried it yet.
g
Yeah, it will fail w/o an iOS build target.
t
Maybe you could just copy the code from there 😄 It should be platform independent.
I would also assume when its out of beta it would be mutliplatform as well. Btw. do you know if WindowInsets work for iOS builds?
g
I think it does, I remember seeing fixes for it in one of the recent changelogs, I haven't tried it myself though.