I install appwrite 1.4.1 and try to use the flutter sdk to retrieve some data.
The application is unable to compile regarding to functions.dart (Future<models.Execution> createExecution()) The headers map is defined twice and is throwing an error during compilation.
Same issue here even with flutter clean
It seems headers are redefined but don't know if it is debug lines which was forgotten or an header append...
we're working on a fix: https://github.com/appwrite/sdk-for-flutter/pull/170
new update is available.
Recommended threads
- Images/Videos in storage appearing broke...
I am running into a storage issue after upgrading my self-hosted Appwrite instance , all of my previously uploaded images and videos are now showing as broken i...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...