Btw, any update on this: <https://github.com/orbit...
# orbit-mvi
g
Btw, any update on this: https://github.com/orbit-mvi/orbit-mvi/issues/20 (it’s in progress, good news 🙂 )
a
Getting there! There’s a sample project I’ve setup at https://github.com/orbit-mvi/orbit-sample-posts-multiplatform Mainly I need to write up documentation and tidy up some of the loose ends. It’s early days and the gradle plugin we’ve created to generate Swift interoperability at the moment forces you to use Swift UI and Combine. So if that’s your jam then you’re all good. Oh and you are forced to use Cocoapods for the project too. This is alpha quality at the moment.
❤️ 2
g
Swift UI Combine Cocopods
🤣 1
👍 2
gonna give it a look 🙂
a
If you have a better way to do programmatic navigation with Swift UI I’d love to know. Can’t help but feel Swift UI feels a little too rough around the edges.
g
I gave a “fast-forward” read through your sample and man….. this is the deal! 🎖️I’ll put this in practice ASAP and share feedback.
regarding Swift UI navigation, my fellow @Charles Prado can help (my background is Android) 🙂
@appmattus curiosity: sharedOrbitSwift.podspec is created by hand or by the gradle plugin?
a
By the plugin. At the moment you have to call the orbitPodspec task by hand for it to create it though as I’ve not got the build lifecycle right
👍 2
g
Quick feedback, using it in a small KMM POC, so far so good 0 problems. Finishing Android UI before moving to iOS
👏 1
Love the way I have MVVM+ plus FSM shared 🤘 this is the way to go!
(once finished i’ll share it with you guys)