jump-sdk / jetpack_compose_country_code_picker_emoji

Jetpack Compose Country Code Picker with Emoji Flags
https://jitpack.io/#jump-sdk/jetpack_compose_country_code_picker_emoji
Apache License 2.0
48 stars 17 forks source link

Support material3. #39

Open ankur2136 opened 11 months ago

ankur2136 commented 11 months ago

Migrate to Material 3 to support dynamic colors.

hbmartin commented 11 months ago

Given that we do not want to drop support for m2, I think the best way to do this would be to create :ccp-data and :ccp-m3 modules. Then move the data and core utils (e.g. formatting/validation) into the data module and recreate the UI for m3 in that module. We can publish both so that users can choose whichever they want. wdyt?