When creating a team, I got an error of type 'List<dynamic>' is not a subtype of type 'Map<String, dynamic>' Seems like this error is because of empty prefs.
Any ideas?
Hi @honkevin#1234 - is your query resolved now?
If so, please mark this post as [SOLVED]
seems like this problem has already been identified as a bug
Is there any plan to release a new Flutter pub for the fixes?
🙂
this bug has already been fixed
wow, that's great. How should I update the pub?
Seems like it is still 9.0.0
the problem was on the server side
Thanks for notifying! It is working now!
[Solved]Flutter SDK 9.0.0 Team Creation
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...