You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lohanidamodar , thank you for your message, but even with appwrite: ^8.3.0 I have always this error.
If I test with latest version with appwrite on Docker and with flutter pub appwrite: 9.x.x, I have no problem.
👟 Reproduction steps
👍 Expected behavior
No error throws
👎 Actual Behavior
I got '_Map<String, dynamic>' is not a subtype of type 'List' , because in this line :
Line 41 in document.dart
$permissions are a List but map['$permissions'] are a map.
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
Flutter appwrite 9.0.1.
Flutter 3.10.6
Appwrite Cloud
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: