Followed https://appwrite.io/docs/products/messaging/fcm
classpath 'com.google.gms:google-services:4.4.0'
gives the below error
TypeScript
* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin 'com.android.internal.application'.
> Could not create an instance of type com.android.build.gradle.internal.plugins.AppPlugin$ApplicationAndroidComponentsExtensionImplCompat.
> Could not generate a decorated class for type AppPlugin.ApplicationAndroidComponentsExtensionImplCompat.
> Cannot have abstract method AndroidComponentsExtension.registerSourceType().
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 819ms
Running Gradle task 'bundleRelease'... 1,320ms
Gradle task bundleRelease failed with exit code 1
TL;DR
Developers encountering plugin error when setting up Flutter Push Notification documentation. Possible solution: Check compatibility issues between 'com.google.gms:google-services:4.4.0' and Android plugins targeted.Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...