c

compose_toast-android

Compose Toast package provides a simple and customizable implementation of Toast notifications for Jetpack Compose Multiplatform applications. It allows developers to easily display transient messages to users across Android, iOS, and desktop platforms.
https://github.com/the-best-is-best/ComposeToast
Apache-2.0
Michelle Raouf
Files download
File Operation
compose_toast-android-1.0.1.pom download
compose_toast-android-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.the-best-is-best</groupId>
  <artifactId>compose_toast-android</artifactId>
  <version>1.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.the-best-is-best:compose_toast-android:1.0.1'
Gradle Kotlin
implementation("io.github.the-best-is-best:compose_toast-android:1.0.1")
Scala SBT
libraryDependencies += "io.github.the-best-is-best" % "compose_toast-android" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.the-best-is-best', module='compose_toast-android', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.the-best-is-best" name="compose_toast-android" rev="1.0.1" />
Leiningen
[io.github.the-best-is-best/compose_toast-android "1.0.1"]
Apache Buildr
'io.github.the-best-is-best:compose_toast-android:jar:1.0.1'