Hi everyone. I've been working on my KMP skill, tr...
# compose-ui-showcase
b
Hi everyone. I've been working on my KMP skill, trying to use the latest and greatest, and have made this multiplatform app for my local comedy club. Take a look and let me know what you think. • Targets Android, iOS and Desktop • All possible code is CommonMaterial Design UI shared across all targets • Features and module separation • Koin, SQLDelight, SupaBase, Compose Webview, etc • Compose Navigation for all feature modules that are standalone The goal has been to be able to make common code only, while getting the basics of separation, modules, dependency injection, testing, navigation, etc, working well. Any constructive feedback, comments or suggestions would be greatly appreciated. 🙏 Also, thanks to all the incredible devs that have worked on the dependencies used. 🥳 https://github.com/Mithrandir21/monkey_barrel_comedy_app
🙌 2
👍 3
👍🏻 1
🥳 2
d
Nice project! Thoughts on building and hosting a Compose/Web (WASM/Canvas) version?
b
Thanks. A couple of the critical dependencies used have limited or no support for WASM, but I am keeping an eye on them for future support. 🤞 Additionally, I have refrained (for now) from using some very mobile specific features like Camera or GPS, until I can come up with ways of achieving the same functionality across the platforms. (Think "scanning tickets" or "navigating to venue").