m

mefab-compose

Movable Expanded Floating Action Button but in COMPOSE :)
https://github.com/Hussienfahmy/MeFab_Compose
MIT
Hussien Fahmy
Files download
File Operation
mefab-compose-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.hussienfahmy</groupId>
  <artifactId>mefab-compose</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.hussienfahmy:mefab-compose:1.0.0'
Gradle Kotlin
implementation("io.github.hussienfahmy:mefab-compose:1.0.0")
Scala SBT
libraryDependencies += "io.github.hussienfahmy" % "mefab-compose" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hussienfahmy', module='mefab-compose', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.hussienfahmy" name="mefab-compose" rev="1.0.0" />
Leiningen
[io.github.hussienfahmy/mefab-compose "1.0.0"]
Apache Buildr
'io.github.hussienfahmy:mefab-compose:jar:1.0.0'