Hi there, I just updated to 1.7.4 and also wanted to update the dart appwrite sdk to fit the appwrite version I am using now. So I updated to 16.2.0 and get the following error.
TypeScript
type 'Null' is not a subtype of type 'int'
#0 new Document.fromMap (package:dart_appwrite/src/models/document.dart:42)
#1 Databases.updateDocument (package:dart_appwrite/services/databases.dart:1353)
<asynchronous suspension>
#2 main (package:meili_sync/main.dart:124)
<asynchronous suspension>
#3 Future.any.onValue (dart:async/future.dart:615)
<asynchronous suspension>
Is there a fix without updating to 1.8?
TL;DR
Developers updating dart appwrite to version 16.2.0 encounter a "type 'Null' is not a subtype of type 'int'" error. A fix without updating to version 1.8 is not available.
Solution: Update to appwrite version 1.8 to resolve the error.Recommended threads
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...
- client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1...