Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

First party support for Compose UI #632

Description

@saket

While Compose UI has good interop APIs to work with Views, it'd be superb if flexbox-layout had a first party support for compose.

FlexboxRow(
  modifier = Modifier.fillMaxWidth(),
  flexWrap = FlexWrap.Wrap,
  divider = { … },
) {
  Text("")
  Text("")
  Text("")
}

Version of the flexbox library

3.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions