
The appwrite SDK is using an old version of flutter_web_auth_2 which I beleive is now deprecated, or atleast, isn't working for me. iOS, Linux, Web, Windows stuff all works fine. However: The main OS, Android doesn't work. I tried updating it in my pubspec.yml but this came up:
Resolving dependencies...
Because appwrite 15.0.2 depends on flutter_web_auth_2 ^3.1.2 and no versions of appwrite match >15.0.2 <16.0.0, appwrite ^15.0.2 requires flutter_web_auth_2 ^3.1.2.
So, because auraascend depends on both appwrite ^15.0.2 and flutter_web_auth_2 ^4.0.0, version solving failed.
You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on flutter_web_auth_2: flutter pub add flutter_web_auth_2:^3.1.2
Failed to update packages.
exit code 1
I ran it on GitHub actions and this came up:
e: file:///home/runner/.pub-cache/hosted/pub.dev/flutter_web_auth_2-3.1.2/android/src/main/kotlin/com/linusu/flutter_web_auth_2/FlutterWebAuth2Plugin.kt:15:48 Unresolved reference: Registrar
e: file:///home/runner/.pub-cache/hosted/pub.dev/flutter_web_auth_2-3.1.2/android/src/main/kotlin/com/linusu/flutter_web_auth_2/FlutterWebAuth2Plugin.kt:22:33 Unresolved reference: Registrar
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':flutter_web_auth_2:compileReleaseKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details
* 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 6m 47s
Running Gradle task 'assembleRelease'... 408.1s
Gradle task assembleRelease failed with exit code 1
Error: Process completed with exit code 1.
Please update the SDK as soon as possible or provide help.
Recommended threads
- Function 404 error - Deployment with the...
I have a function in my Appwrite Cloud (free plan) project that cannot be accessed or deleted (404 in both UI and CLI). I'm stuck at the 5 functions limit and c...
- 1.6 to 1.7 does not work
Appwrite (self-hosted) stopped working after updating from 1.6.2 that was stable. Getting the general_server_error. Mentioning I fallowed all steps for upgrad...
- How to have two Appwrite Instances in Sy...
Hello, I am new to Appwrite. I am currently developing a training app for our sport with a friend and we would like to use Appwrite for this. We would like to d...
