Hello all, At the moment, Appwrite SDK for Flutter uses default IOClient (from http package ).
Is there any way to override this so we can use CupertinoClient (see cupertino_http and here) or any way to customize the default IOClient?
Thanks a lot !
Fork the SDK and implement it yourself
whats the usp of this cupertino_http
? just apple device support?
cuperitino and cronet http use the native networking layer of the os instead of relying on sockets
i see.
Recommended threads
- Deleting app does not delete Login Sessi...
I noticed when an application is deleted, the Login Session(s) are not deleted. When I check in the Dashbaord for the user's sessions, you can see a bunch of th...
- Total users 0
Appwrite keeps giving me a response f total users 0, I have my vloud function setup and runinning smoothly bur once I execute my function. The only thing I find...
- Dart 6.O support
I am tring to deploy a cloud fnction but it keeps failing majorly because my dart version is 6.0 and the available appwrite version is 5.1, what are the plans ...