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
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...