
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
- Gradle build error while use appwrite wi...
I am integrating appwrite15.0.0 in Flutter 3.22 and the following error occurs while running Android: ``` shell Launching lib\main.dart on sdk gphone64 x86 64 i...
- How many functions can I run simultaneou...
I want to konw, how many functions can I can simultaneously in appwrite cloud? I want to make a chat app where user sends text and text is processed using funct...
- AppwriteException: team_not_found, Team ...
While trying to fetch team data or membership data using teams.get(id...) or teams.listMemberships it showing an error :Exception has occurred. AppwriteExceptio...
