skip to Main Content

Flutter – Drop down Menu Data set from api

I am working on e commerce application in that app I want to set dropdown data from api. I am fresher in flutter so I need to help Dropdown Code DropdownButton<String>( value: _selectedOption, items:_options.map<DropdownMenuItem<String>>( (String value) { return DropdownMenuItem<String>( value:…

VIEW QUESTION

React native – React-Native Manifest merger failed with multiple errors

From today I am getting the below error while building the app from the android studio: /Users/macm60/Desktop/mobile-app/android/app/src/debug/AndroidManifest.xml:15:13-72 Error: Attribute provider#androidx.core.content.FileProvider@authorities value=(com.verygoodsecurity.vgsshow.provider) from [com.verygoodsecurity:vgsshow:1.2.0] AndroidManifest.xml:15:13-72 is also present at [io.intercom.android:intercom-sdk-base:15.1.6] AndroidManifest.xml:121:13-72 value=(com.today.development.IntercomFileProvider). Suggestion: add 'tools:replace="android:authorities"' to <provider> element at AndroidManifest.xml:13:9-21:20 to…

VIEW QUESTION

Error when doing flutter doctor –android-licenses

I'm trying to install flutter, but when i put "flutter doctor --android-licenses" in my cmd, i got this error : Erreur : LinkageError lors du chargement de la classe principale com.android.sdklib.tool.sdkmanager.SdkManagerCli java.lang.UnsupportedClassVersionError: com/android/sdklib/tool/sdkmanager/SdkManagerCli has been compiled by a more recent…

VIEW QUESTION
Back To Top
Search