Hey are there any production apps for CMP for iOS ...
# compose-ios
l
Hey are there any production apps for CMP for iOS I can download to see it's max capabilities and UX?
f
Currently, by default, it’s material UX/UI, but you can extend or totally don’t use this pattern. Someone made https://github.com/alexzhirkevich/compose-cupertino to have a iOS experience with compose
There is no official component designed for iOS (like Flutter had)
It’s a lot of work to have a fully iOS experience with compose
l
@François Thank-you!
🙌 1
a
I’m actively working on a product but the app won’t likely hit the store for a few weeks and I’m not doing anything very exciting yet. I’m publishing my tech explorations in https://github.com/AndyDentFree/kotlyrical
r
Hi, I have an app on the AppStore using KMP with very little swift inside. https://apps.apple.com/us/app/minimalist-daily-planner/id6633424586
👀 1
l
@Kashismails @Rene Gens Thank-you so much, these are fantastic. It’s surprisingly difficult to find any CMP at all on iOS store out of all devs in whole world I’ve only found a handful. I know still beta though. @Andy Dent Keep me posted when it hits the store! I just wanted to see the UI/UX quality potential for inspiration, maybe will create a site similar to http://flutterhunt.com
👍 2
f
Flutter has a lot of official Cupertino component, for Compose waiting for a stable version and I hope it will have some
k
@François you can actually do this by yourself without waiting for compose to support it. As on flutter side those are flutter widgets styled as iOS components but with compose you can use actual uikit components within cmp
f
I know but it’s a lot of work, just I hope there are official one, not some third party library, like the current one.
k
I agree on that
t
I’m working on replacing existing SwiftUI code of my app Hue Essentials with Compose for iOS. It is not released yet on the App Store, but if you want to can check it out on TestFlight: https://testflight.apple.com/join/u1953sBd. Still waiting for a few issues to be resolved before I can roll it out to the public.
k
@Thomas is it open source?
🚫 1
l
Appreciate it Thomas
@Thomas Looks great! Is it open source?
l
@F Cool app!
a
As per this 2024-06-30 blog the People in Space app worth a look
l
Interesting @Andy Dent will test People in Space apps on desktop and iOS 👍