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
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- 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...