Hey guys! I built a Gradle plugin (CLI utility) th...
# feed
m
Hey guys! I built a Gradle plugin (CLI utility) that you can use to build your component library. It’s not a packaged library. Instead, it generates the UI components directly in your codebase. Which allows you to: - direct bug fixes; otherwise, you’ll create a PR to the lib or wait for someone to fix and release it) - can make any enhancement to the components - easy adaptation to your app’s design system. The components are high quality, and the source code is influenced by how Material3 is built. The components generally work in Compose Multiplatform but require minor adjustments. Full support is in progress. Open to feedback! 🙌 https://github.com/nomanr/lumo-ui
🚀 7
s
Looks really cool, I want to try this out for CMP - what limitations and adjustments are you currently aware of for use with CMP?
m
Minor Compose API adjustments, there are some differences between Android and CMP APIs, e.g. • Fonts API (this is fixed, and the new theme works just fine on CMP) • Preview API - some components have Previews and use AndroidX Preview API (this can be removed as its not a functional part of the code)
gratitude thank you 1
f
Great Job! I'm looking forward to this project! Seems really useful and similar to what Shadcn on web, which is a great idea for mobiel!
🙌 1