Skip to content

Gleam

Gleam effortlessly integrates modern, customizable bottom sheets into your Kotlin Compose app for a polished user experience.


API Reference

Release

Latest Update Stable Release Beta Release Alpha Release
February 10, 2024 - - 1.0.0-alpha01

Declaring dependencies

To add a dependency on Gleam, you must add the Maven repository to your project. Read Maven's repository for more information.

Add the dependencies for the artifacts you need in the build.gradle file for your app or module:

plugins {
  id("dev.teogor.gleam") version "1.0.0-alpha01"
}
plugins {
  id 'dev.teogor.gleam' version '1.0.0-alpha01'
}

Feedback

Your feedback helps make Gleam better. We want to know if you discover new issues or have ideas for improving this library. Before creating a new issue, please take a look at the existing ones in this library. You can add your vote to an existing issue by clicking the star button.

Create a new issue

Version 1.0.0

Version 1.0.0-alpha01

February 06, 2024

dev.teogor.gleam:gleam-*:1.0.0-alpha01 is released. Version 1.0.0-alpha01 contains these commits.

Initial Release 🎊