-
When I try to include CCP using gradle I'm getting this error!
after searching a lot I finally found solution:
but I cant change it in the library please update this in ur library
the field…
-
The only order is by the alphabetical english name of the country. This does not always match how it appears on the screen like in the next example:
I would like to put my personalize order or the o…
-
[√] Flutter (Channel stable, 2.2.1, on Microsoft Windows [Version 10.0.17763.1697], locale en-US)
• Flutter version 2.2.1 at D:\flutter\flutter_windows_2.2.1-stable\flutter
• Framework revis…
-
i get this issue when i try to build the project but when i look at the code i can find `com.braintreepayments.api:drop-in:.` i don't know what to do
`buildscript {
repositories {
mave…
-
`buildscript {
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.11.0, 0.99.9…
-
How can i add new language to the package?
i have tried adding "ar" at isSupported and added ar.json file .
add gives me "A CountryLocalizations delegate that supports the ar locale was not found.…
-
There is no arguments to pass in the settings of `FlatButton` such as shape, border and elevation.
In addition, even if you use `builder`, the widget returned from the builder function is automatic…
kaboc updated
3 years ago
-
I am using flutter 1.17.3 and
country_code_picker: ^1.4.0
@imtoori I am on a tight deadline for a project, so a quick response would be appreciated.
When I run this code
```
imp…
-
message error
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find com.hbb20:country_picker:2.4.…
-
Whenever I try to enter text into a `TextFormField`, the keyboard pops up for a brief second and hides away instantly.
I read up on this and tried setting `GlobalKey`s (`_k1`, `_k2`) for the fields, …