i have a serius problem. My app depends on appwrite-auth-kit package. Recently i have upgraded the appwrite package from 9.0.0 to the latest and got version error. their is not any updated version of appwrite-auth-kit available in pub.dev. What should i do?
- submit a PR in the appwrite-auth-kit repo?
- fork and customize the code
This is what happens when you depend on packages
Yah you right maybe i do the authentication with jwt auth tokens or session and manage it by myself in the app
[CLOSED] appwrite and appwrite-auth-kit version dismatch
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...