Jinosh

Results 14 comments of Jinosh

Hello there, the error was due to null-safety. Just remove the nullability in User? and add late keyword. Check my fork for more details

Yes I'm trying to fix that issue. Will give it a try and let you know On Sat, Sep 24, 2022, 7:07 PM jammydman ***@***.***> wrote: > Thank you for...

Hello I have made a commit, can you check that and let me know? On Sat, Sep 24, 2022, 8:44 PM Jinosh Prabhuraj ***@***.***> wrote: > Yes I'm trying to...

Sounds good 😊 On Tue, Sep 27, 2022, 3:29 PM bozhen ahmed ***@***.***> wrote: > ` getData() async { > setState(() { > isLoading = true; > }); > try...

Can you try at real device once again? On Tue, Sep 27, 2022, 3:42 PM bozhen ahmed ***@***.***> wrote: > im not pretty sure if it LOL my Mac fooled...

Ok, I'll check it out. On Tue, Sep 27, 2022, 3:20 PM bozhen ahmed ***@***.***> wrote: > Hello I have made a commit, can you check that and let me...

Hello there, I have made the User value nullable . Can you give a try and accept pull request

Okay whom should I ask for confirmation

I think I have fixed the issue , check my latest commit and close this issue

#264 Fixed issue