SkylL3rOriginal post
Flutter Developer
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 !
Summary
- Developer needs to switch from using the default IOClient to CupertinoClient in the Flutter SDK.
- CupertinoClient and Cronet use the native networking layer of the operating system instead of sockets.
- CupertinoClient's advantage seems to be broader support for Apple devices.
- Suggested solution: Fork the SDK and implement the change to use CupertinoClient.