
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
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Error sending push message from dashboar...
I am trying to implement appwrite fully into my app and am switching over from firebase. I registered FCM as a Provider and tried to send a push message via the...
- My organization deleted, how??
Getting error mesasges and I can't find my organization.
