There're so many requests about updating dependency of flutter_web_auth_2 for WASM support & fixing compile error originated from Android v1 embedding issue, but there's still no update and feels like abandoned to me.
Here're the requests from Github: https://github.com/appwrite/sdk-for-flutter/issues/214 https://github.com/appwrite/sdk-for-flutter/issues/238 https://github.com/appwrite/sdk-generator/issues/1064 The oldest request was 7 months ago, but still not applied even if the solution is simple: just update the dependency of one package! Why it should take so long time?
Additionally, please update the document about auth.html, because existing one does not work currently. I've already made an issue in Github: https://github.com/appwrite/sdk-for-flutter/issues/244
Recommended threads
- I have try to use the appwrite in to the...
Invalid Origin. Register your new client (oailedjdbkhlkakmnnapoonllbnfmfij) as a new Web (Chrome Extension) platform on your project console dashboard
- what happened with 'never paused' ????
I can already imagine how annoying this is going to be...
- 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...