Not sure I understand, but wouldn't that defeat the purpose of having an SDK here if you want to make the custom calls yourself??
Why to do that on flutter when you have SDK?
👀 We do let you use the REST API and GraphQL without and SDK. The only problem there is that file handling feels horrible to do.
I replied someone else’s question who deleted it now😶🌫️
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...