-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code not working properly with Appwrite 9.0.1 #3
Comments
I got the same issue but it's working with this code. although there's no error, the loading page still keep loading unless I use the flutter reload. |
It's not working for me. I am still getting Null check operator used on null value for first time. and after hot reload it goes back |
has this problem been solved? if resolved can someone explain pls The error 'Null check operator used on a null value' is thrown for the following line in currentUserDetailsProvider definition: |
okay I solved like this.
|
Hi,
Thank you very much for this flutter twitter clone. I am learning to use Riverpod with AppWrite from your project.
However, I faced some issues while working with Appwrite 9 version in Flutter 3.10.6 (latest stable version). I am currently using Appwrite 1.3.8 local version. Also tested it with AppWrite Cloud. The model.Account was replaced by model.User in AuthAPI and AuthController files. Also the stack trace demangling was used.
The issues faced are as follows:
The text was updated successfully, but these errors were encountered: