side-codes / Android-Color-Picker

Color picker library for Android
https://side-codes.github.io/andColorPicker/
Apache License 2.0
311 stars 20 forks source link

Jetpack Compose integration #225

Open ELIX1337 opened 2 years ago

ELIX1337 commented 2 years ago

I'm using Jetpack Compose, but the library has no native support of Compose so I have to use AndroidView() to integrate this library to composable. It would be wonderful to add native support for Compose, or at least write a guide on how to use this library correctly through AndroidView

smelfungus commented 2 years ago

@ELIX1337, thank you for your report. Compose version will probably need reworking this UI component from scratch, but this initiative is valuable. I'll look into creating a new Compose library edition and additional docs.