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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...