When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception:
type 'Null' is not a subtype of type 'bool'
- Self hosted: 1.8.1
- Flutter SDK: 21.0.0
Althouh i know that this error occured when theris a missmated betwen sdk but for this error i have bothe latest appwrite version 1.8.1 and it flutter lasted sdk 21.0.0 and still facing this
type 'Null' is not a subtype of type 'bool' when creating file
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...