godaddy / compose-color-picker

Jetpack Compose Android Color Picker 🎨
MIT License
375 stars 23 forks source link

Remove material dependency #76

Open sproctor opened 8 months ago

sproctor commented 8 months ago

Material widgets are barely used in the library. To support M3 apps, there would either need to be two versions of the slider or the slider can just be moved out to the app. I think the second option is simpler.

I ported the Android demo to M3 as a demonstration.