Abdullah Khudher
Abdullah Khudher
> Looks like there is dependecy of onesignal plugin on flutter_tools. The solution is to place onesignal plugin after it in the sequence in the "android/app/build.gradle": > > apply from:...
@teolemon Yes, it's a fallback if we don't manage to get the countries taxonomy from `iso_countries` package
- One solution is to ramp `widgets` in the `build` function (in the `CountrySelector` class) with `Consumer` and listen to any change. ### Screenshot: ### Video: - [link of the...
I fixed it by adding this ``` bool changeStateManually = false; if (selectedPlace != null){changeStateManually = true;} else{changeStateManually = false;} ``` in ` selectedPlaceWidgetBuilder` function. and add `changeStateManually == false`...
@monsieurtanuki What is the status of this Issue?
Is there any update on this issue @Azad99-9?
@monsieurtanuki There is a product main language dropdown on the details page to choose the language when trying to add a new product. Do you mean in some other place?...