Just updated the Flutter appwrite SDK to 10.0 and I'm getting this error.
Flutter SDK 10.0 headers conflict error
Yep. Same issue here. Flutter SDK 10 won't compile due
Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/appwrite-10.0.0/lib/services/functions.dart:59:31: Error: Can't declare 'headers' because it was already used in this scope.
SDK for Appwrite 1.4.0 headers conflict error
We're working on a fix now
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...