
Reusable composables, theming, accessibility, haptic feedback, presenter patterns and core utilities simplifying Compose interface development, with demo app and module documentation.
A set of Composable that can be used in any Android Project with Compose.
This library is used on Lunabee Studio's projects. Its goal is to simplify our use of Jetpack Compose and provide reusable Android and Kotlin Multiplatform modules. The published artifacts are listed above with their Maven Central coordinates.
The documentation for these modules can be found here.
You just have to clone the project. There are demo apps to visualize the library modules.
All modules of this library are available on Maven central. You can access Snapshot version by using
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
Only authorized developers with access to Sonatype will be able to publish the library on Maven central, or on the Snapshots repository.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
Lunabee Compose is available under the Apache 2.0 license. See the LICENSE file for more info.
A set of Composable that can be used in any Android Project with Compose.
This library is used on Lunabee Studio's projects. Its goal is to simplify our use of Jetpack Compose and provide reusable Android and Kotlin Multiplatform modules. The published artifacts are listed above with their Maven Central coordinates.
The documentation for these modules can be found here.
You just have to clone the project. There are demo apps to visualize the library modules.
All modules of this library are available on Maven central. You can access Snapshot version by using
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
Only authorized developers with access to Sonatype will be able to publish the library on Maven central, or on the Snapshots repository.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
Lunabee Compose is available under the Apache 2.0 license. See the LICENSE file for more info.