ComposeFlowLayout:Jetpack撰写的FlowLayout 源码
撰写FlowLayout 用于Jetpack Compose的FlowLyout。 截屏 用法 FlowLayout ( verticalSpacing = 8 .dp, horizontalSpacing = 8 .dp, modifier = Modifier .padding( 16 .dp) ) { Item ( /* * ... */ ) // ... } 下载 repositories { google() mavenCentral() } dependencies { implementation "com.star-zero:compose-flowlayout:$version" } 执照 Copyright 2021 Kenji Abe Licensed under the Apache License,
文件列表
ComposeFlowLayout-main.zip
(预估有个45文件)
ComposeFlowLayout-main
build.gradle.kts
1KB
.gitignore
109B
sample
build.gradle.kts
2KB
.gitignore
6B
src
main
AndroidManifest.xml
913B
res
暂无评论