workflow-kotlin-compose icon indicating copy to clipboard operation
workflow-kotlin-compose copied to clipboard

Jetpack Compose integration for Square Workflows.

Results 3 workflow-kotlin-compose issues
Sort by recently updated
recently updated
newest added

TODO: - Still getting an IR generation bug, but I think it's fixed in 1.4.20, so rebase after upgrading kotlin + compose.

Adds a `ViewRegistry` wrapper that will apply a Compose `Modifier` to each `ViewFactory` in the original `ViewRegistry`. These modifiers can be animated, so this also includes a simple vibrating effect...