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
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...