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
45 stars 13 forks source link

Feat/keyboard customization #35

Closed itstanany closed 8 months ago

itstanany commented 9 months ago

Allow client code to pass OPTIONAL keyboard customization objects Client code can pass KeyboardOptions anf KeyboardActions

hbmartin commented 8 months ago

@tanany365 looks great! Please update with latest master (sorry about that) and address detekt messages in https://github.com/jump-sdk/jetpack_compose_country_code_picker_emoji/actions/runs/6418963869/job/17427815708?pr=35 Installing the Ktlint plugin for Android Studio will help fixing the formatting errors 😄 https://plugins.jetbrains.com/plugin/15057-ktlint-unofficial-

Please also check compatibility with this change https://github.com/jump-sdk/jetpack_compose_country_code_picker_emoji/pull/38

sonarcloud[bot] commented 8 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

itstanany commented 8 months ago

@hbmartin , Ready for Merging 🚀 Thanks Martin for your time and effort in maintaining such a useful library.