jetpack_compose_country_code_picker_emoji icon indicating copy to clipboard operation
jetpack_compose_country_code_picker_emoji copied to clipboard

Support material3.

Open ankur2136 opened this issue 2 years ago • 1 comments

Migrate to Material 3 to support dynamic colors.

ankur2136 avatar Oct 09 '23 18:10 ankur2136

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?

hbmartin avatar Oct 10 '23 12:10 hbmartin