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
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...