What went wrong: Execution failed for task ‘:app:processDebugGoogleServices’. No matching client found for package name ‘com.example.myapp ‘ Step -1: check your google-services.json and build.gradle matching applicationId and package_name match this is google-services.json file this is build.gradle file So no matching applicationId and package name get the match so remove com.

Read More

C:\flutter-firebase\flutter-firebase\flutter_applicationnew\android\app\src\debug\AndroidManifest.xml Error:uses-sdk:minSdkVersion 16 cannot be smaller than version 17 declared in library [:flutter_inappwebview] C:\flutter-firebase\flutter-firebase\flutter_applicationnew\build\flutter_inappwebview\intermediates\library_manifest\debug\AndroidManifest.xml as the library might be using APIs not available in 16Suggestion: use a compatible library with a minSdk of at most 16,or increase this project’s minSdk version to at least 17, Solution:step1: go to visual studio and expand android folder Step Read More

Read More

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf8.dart:63:33: Error: The getter ‘addressOf’ isn’t defined for the class ‘Utf8’. ‘Utf8’ is from ‘package:ffi/src/utf8.dart’ (‘/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf8.dart’). Try correcting the name to the name of an existing getter, or defining a getter or field named ‘addressOf’. String toString() => fromUtf8(addressOf); ^^^^^^^^^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.18.1/lib/src/picture_provider.dart:50:59: Error: No named parameter with the name ‘nullOk’. context != null ? Localizations.localeOf(context, nullOk: Read More

Read More
Artificial Intelligence