skiptools / skip-ui

SwiftUI for Android
https://skip.tools
GNU Lesser General Public License v3.0
129 stars 14 forks source link

Missing .ultrathinMaterial Support in iOS 16+ #46

Open omarabubakrll opened 2 months ago

omarabubakrll commented 2 months ago

First, thank you for building this amazing tool! It's been incredibly helpful. 🙏🏻

However, I noticed that the tool doesn't support the (.ultrathinMaterial) background in SwiftUI (iOS 16+). It would be great if there could be a solution for this. as Jetpack compose already supports blurring. Thank you in advance. 🙏🏻

Keep it up. Regards

aabewhite commented 2 months ago

If we don't find the built-in blur modifier sufficient, we might use the Haze library. It comes with more code than we want, but I believe the license allows modification, so we could trim it down for our Android-only use case. https://github.com/chrisbanes/haze/tree/main