Flutter Google Maps Error PlatformException - flutter

I have recently integrated Google Maps into my project, and I just wrote the proper working code followed from a YouTube tutorial, but when I am trying to run the project, it throws this PlatformException error.
Code followed from a YouTube tutorial:
Facing this error when running the project:

Related

App Action Test Tool Error "No Android Module with actions file reference found" with Flutter

I have written a Flutter app which implements several deep links with package uni_links. The deep links work correctly with adb commands. Then I created actions.xml in this path:
D:\Android\AndroidStudioProjects\FlutterProjects\garage_controller\android\app\src\main\res\xml\actions.xml
I also added the following lines in AndroidManifest.xml:
<meta-data
android:name="com.google.android.actions"
android:resource="#xml/actions" />
Android Studio highlighted "#xml/actions" in red and complains that it cannot resolve the symbol. I have other parts of AndroidManifest highlighted red. I guess these errors are because of Flutter.
I uploaded the app to Google Play and started internal testing. When I ran App Action Test Tool (AATT), I got the following error:
No Android Module with actions file reference found. You need one Android Module with an actions file reference.
My questions are:
Does App Actions work in a Flutter App?
Does AATT work on a Flutter App?
Why do I get the "cannot resolve symbol" error for "#xml/actions"? I think I put everything in the right place. Thanks for your help.
I got it fixed. Basically everything was done correctly in my Flutter app. The path of actions.xml was also correct. The issue is with AATT which does not know where to find actions.xml in a Flutter app. I just had to open the Android portion of the app in Android Studio. Then AATT knew where to find the file. Google did not put a lot of AI in its tool. More details in here: https://issuetracker.google.com/issues/204233238

When Adding Google Ads Getting Error in Flutter

I added google Ads in my project and
I am getting the error that is given below in the image.
I got code from Github
I just wanted to show ads but didn't.
I upgrade my flutter SDK and do everything in my possession. Looking for Help.

Can't get audio chat flutter app to run on iOS - 'AgoraRtcKit/AgoraRtcEngineKit.h' file not found

I am trying to run the flutter code from the following repository
https://github.com/perpetio/clubhouse
It succesfully installs and loads on Android (still working on the firebase authentication)
Unfortunately, on iOS (both simulator and device) I get the error message: " 'AgoraRtcKit/AgoraRtcEngineKit.h' file not found" which itself is thrown by the AgoraRtcEngineKit.h file during import
#import <AgoraRtcKit/AgoraRtcEngineKit.h>
Tried the scarce available solutions (mostly in the context of react-native) however still not working..
Many thanks in advance for your help
Did you make sure to add the iOS permissions? https://pub.dev/packages/agora_rtc_engine#ios
If you did, try this as well: https://pub.dev/packages/agora_rtc_engine#ios-video-cant-show-android-works-fine

iPhone integration with Amplify

I am trying to integrate iPhone with Amplify using this tutorial
https://docs.amplify.aws/start/getting-started/setup/q/integration/ios#add-amplify-to-your-application
but I am getting this error enter image description here
I am using xcode 11.7.

Flutter Sign in with google error: signin failed

I want to add sign in with google to my app and i started following this tutorial:
https://medium.com/flutter-community/flutter-implementing-google-sign-in-71888bca24ed
It works good because i already used it in another app. Thing is that on the new app when i add everything correctly i get an error and it doesn't authenticate. Here is the error i got in the console: