
Also, sometime in Android project, I use to open the Android project in Android Studio and let it sync.

um sorry didn't quiet get it, its already appwrite: ^8.1.0
right?

Opps, sorry

Same just without the carret ^

I've fixed the snippet

ok ok

still the same, is it just happening with me?😩

where exactly do you see this?

i've never had this problem...but it looks like you're using android studio? I use VS Code

Have you try this?
To open android
folder in Android studio and let it sync? to see if it complete the sync?

Also can you share the first part of your android\build.gradle
buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.15'
}
}
And your android\gradle\wrapper\gradle-wrapper.properties
file?


my Flutter option is greyed out 🧐

Yes, I think it's grey when the android part didn't have sync before.
So in that case I would open it manually and just check if it sync successfully

still greyed out. my my project also has red squigglies under it 👀

Ohh You're right clicking the project or the android folder?

both

Let met try with a brand new project.

im running a modified version of https://github.com/appwrite/playground-for-flutter

I think instead you should be able to sync gradle manually

There's an elephant icon in android studio top-right. If you click it, errors should disappear

Good As I've opened it, I also got the grey line. Took a look here https://github.com/flutter/flutter-intellij
Adding file playground_for_flutter_android.iml
inside the android
folder helped out
The exact spot https://github.com/flutter/flutter-intellij/blob/master/flutter-idea/src/io/flutter/project/FlutterProjectStructureDetector.java#L115

I'm using JetBrains almost exclusively So those file are generated when I first create the project.

i get other errors now. not worth digging into 😆

@mitsy0_0 definitely try this, though. I've seen stack overflow posts saying this fixes the problem
Recommended threads
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
- Google OAuth2 Login Gets Stuck in Redire...
I'm facing an issue with the Google OAuth2 login flow on my Flutter Android app using the Appwrite SDK. After a successful sign-in with Google, the browser ente...
