Preference object in Flutter SDK is getting initialized with Empty list instead of a Map.
- 0
- Teams
- Flutter
- Cloud
- Users
- Functions

I have encountered this error with User object previously. when i was working with appwrite functions with Dart.
- When User's preference is empty the User object's preference field is getting initialized as an Empty List instead of Empty Map.
Currently I am working with Client Flutter SDK where I am facing with same issue while accessing Team Object because it has also got Team Preference.
Just want to add , It is working fine if Preference is not empty, just the empty value is creating the issue.

This is currently a known issue: https://github.com/appwrite/appwrite/issues/6360
Recommended threads
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Forever Processing Issue
I encountered an issue when creating attributes in the collections . if you create an attribute of type string for example and choose a size of 200 or 250 or a...
