skip to Main Content

Flutter: _TypeError

I'm trying to get datas from api and add them a list. But at this moment, I see datas i got but I can't get it out of the function. What should i do? function List<dynamic> xxx = []; @override…

VIEW QUESTION

navigation inside Futurebuilder – Flutter

I am trying to navigate after login inside futurebuilder. api request done successfully but navigation getting error while testing. Help me How to use futurebuilder properly. child: ElevatedButton( onPressed: () { // Validate returns true if the form is valid,…

VIEW QUESTION
Back To Top
Search