How can I use post method with dio directly in flutter ? I use direct link but that give me 501 code 😦 and How can I set project id to my request ? you can see from Picture
Refer to the rest API docs and examples for how to manually make API calls:
https://appwrite.io/docs/rest https://appwrite.io/docs/client/account?sdk=rest-default
( SOLVED ) Dio Link ( direct request )
Thanks a lot ❤️
[SOLVED] Dio Link ( direct request )
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...