-
I want to use this library using jetpack compose. How to do that
-
Requires #5412.
Java `java.util.Locale` is currently used in various places, most of them in the UI. Features used are (non-exhaustive list):
- access language code, country code and script code…
-
The application crashes when I enter a phone number, then try to change the country (by clicking on the dropdown country picker).
The code:
![image](https://user-images.githubusercontent.com/4458953…
-
Hi All, I am facing an issue, app crashes when calling Stripe presentPaymentSheet for android v14. It works as long as I test it in emualtor. When I package it as an APK and run it on Android phone, …
-
**Describe the bug**
After changing the country flag/code it is super difficult to select the phone number
**To Reproduce**
Steps to reproduce the behavior:
1. Go to flag/country picker
2. Clic…
-
```dart
CountryCodePicker(
onChanged: (code) {
setState(() {
selectedCountry = code;
…
-
```
Fatal Exception: java.lang.NoSuchFieldError
No static field country_flag of type I in class Lcom/mukesh/countrypicker/R$id; or its superclasses (declaration of 'com.mukesh.countrypicker.R$id' ap…
-
In the default string.xml file [https://github.com/togisoft/jetpack_compose_country_code_picker/blob/master/ccp/src/main/res/values/strings.xml](url) at line no 222 and 232, extra word like amp is the…
-
I cannot assign the country received from backend to show in picker that current selected country is given.
-
i have problem when call ccp.getLanguageToApply().getCode() function. This always returns default language code of my device. How can i get the language code of selected country? Have i missed somethi…