Threads
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a subtype of type 'int' appwrite: 23.1.0
- Databases
- Flutter
- Cloud
2 months ago
appwrite pull Tables duplicates all collections in appwrite.json
I encountered a bug when running appwrite pull Tables. Every existing collection in my appwrite.json gets duplicated. One collection ended up appearing three times. For context, I have 32 tables in ...
- Databases
- Cloud
3 months ago
Image transformations
On flutter web, when using image transformations, the results are being cached. When I replace an image, the old version still appears. Is it possible to manually clear the cache? Also, how long does ...
- Flutter
- Web
- Storage
- Cloud
7 months ago