Compose FlowLayout

A FlowLayout for Jetpack Compose

License

License

GroupId

GroupId

com.star-zero
ArtifactId

ArtifactId

compose-flowlayout
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

Compose FlowLayout
A FlowLayout for Jetpack Compose
Project URL

Project URL

https://github.com/STAR-ZERO/ComposeFlowLayout
Source Code Management

Source Code Management

https://github.com/STAR-ZERO/ComposeFlowLayout

Download compose-flowlayout

How to add to project

<!-- https://jarcasting.com/artifacts/com.star-zero/compose-flowlayout/ -->
<dependency>
    <groupId>com.star-zero</groupId>
    <artifactId>compose-flowlayout</artifactId>
    <version>0.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.star-zero/compose-flowlayout/
implementation 'com.star-zero:compose-flowlayout:0.0.1'
// https://jarcasting.com/artifacts/com.star-zero/compose-flowlayout/
implementation ("com.star-zero:compose-flowlayout:0.0.1")
'com.star-zero:compose-flowlayout:aar:0.0.1'
<dependency org="com.star-zero" name="compose-flowlayout" rev="0.0.1">
  <artifact name="compose-flowlayout" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.star-zero', module='compose-flowlayout', version='0.0.1')
)
libraryDependencies += "com.star-zero" % "compose-flowlayout" % "0.0.1"
[com.star-zero/compose-flowlayout "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.30

runtime (3)

Group / Artifact Type Version
androidx.compose.ui » ui jar 1.0.0-beta01
androidx.compose.material » material jar 1.0.0-beta01
androidx.compose.ui » ui-tooling jar 1.0.0-beta01

Project Modules

There are no modules declared in this project.

Compose FlowLayout

Download

A FlowLyout for Jetpack Compose.

Screenshot

Usage

FlowLayout(
    verticalSpacing = 8.dp,
    horizontalSpacing = 8.dp,
    modifier = Modifier.padding(16.dp)
) {
    Item(/** ... */)
    // ...
}

Download

repositories {
    google()
    mavenCentral()
}

dependencies {
    implementation "com.star-zero:compose-flowlayout:$version"
}

License

Copyright 2021 Kenji Abe

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
0.0.1