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
- 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...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...