I am looking forward to add a header to all requests from Flutter SDKs but I am not sure if it's possible with modifying base_url or something like that , can someone help by sending the url for the line that must be edited to add the header to all requests . thx
TL;DR
The user wants to add a header to all requests in the Flutter SDKs. They are unsure if it's possible by modifying the base URL or something similar. They are asking for help in finding the specific line of code that needs to be edited.Recommended threads
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Relationship lists aren't showing
In flutter, when I perform a listRows function for my table which contains various relationships in addition to normal data, I am not getting the relationships ...