Problem the install package flutter_map in the vscode and android studio
I get the following error when adding a package flutter map I do not know where the problem comes from ??? image log enter image description here
I get the following error when adding a package flutter map I do not know where the problem comes from ??? image log enter image description here
I have updated android studio, after that i am getting this error. Unable to find bundled Java version.
I have installed Android Studio Canary 2020.3.1.22 and trying to run Flutter project on Apple Silicon(ARM) Mac. Unfortunately, it is giving me this error when I try to run default flutter counter app. Here is the error I am getting:…
When i want to make archive to upload app on apple Store in the end of archive i get this error /bin/sh -c /Users/aneeq/Library/Developer/Xcode/DerivedData/Runner-hfzveethzxphozduylnhsnbtzzct/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/Runner.build/Release-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh and also this waring None of the architectures in ARCHS (arm64) are valid. Consider setting ARCHS…
I got strange bugs, After I upgrade Android Studio : I created an Android project, run it a success. Then I tried to import Flutter Module to this Android project. I had these exceptions, Blockquote Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to…
I want to debug the flutter application in android-studio and Xcode with the real phone device, could i directly log the message out at these two tools when i meet the error?
I was doing some basic stuff with Flutter when I received the Android Studio update Arctic Fox. I just updated. When I ran my app (which was fine before the upgrade) just after the update this error appeared. flutter doctor…
I can't create a new dart file in android studio.Please help [main.dart is auto created by android studio] screen1 [flutter doctor is fine] screen2
I'm learning Flutter and I'm making an app as a demo, but I couldn't solve this error. Even though I have given values to the parameter, when I run it, I get an error that it cannot be null. student.dart…
I have a multipart request I'm trying to send from my Flutter app to my remote Lumen/Apache server. This code was working fine when I was hosting my Lumen server in Homestead locally, which runs nginx. The Lumen server itself…