stoyan-vuchev / squircle-shape

A Compose Multiplatform library providing customizable Squircle shapes for UI components.
MIT License
37 stars 4 forks source link

MAKE MULTIPLAT plz #7

Closed rom4ster closed 4 months ago

rom4ster commented 9 months ago

So there is no reason that I can see for why you require this library to be an ANDROID ONLY library.

Please correct me if I am wrong but this is a very convenient to have composable so why not make it available to all users instead of only publishing builds for android users and shutting out other compile targets?

stoyan-vuchev commented 9 months ago

So there is no reason that I can see for why you require this library to be an ANDROID ONLY library.

Please correct me if I am wrong but this is a very convenient to have composable so why not make it available to all users instead of only publishing builds for android users and shutting out other compile targets?

I've already had planned to release a multiplatform variant when Compose Multiplatform 1.6 becomes stable.

Unfortunately, I don't have any Apple devices, and therefore, I'm unable to run tests on iOS and MacOS targets.

rom4ster commented 9 months ago

Partial support would be nice for at least desktop targets. Worst case I can just copy paste the classes but thats not a robust solution.

stoyan-vuchev commented 9 months ago

I'll try to bring multiplatform support soon. Since the library is compose based, there shouldn't be any issues on different targets.

stoyan-vuchev commented 4 months ago

The library now supports Compose Multiplatform and here is what to expect: