skip to Main Content

Flutter Expandable Listview

I have the below list of objects that am trying to make into an expandable list grouped by month. Which is a value in the list. { "status":"Success", "payments":[ { "id":291, "user":{ "id":12, "userID":"cvWLyHRla", "name":"Bill Obama", "email":"email@user1", "username":"username1", "profilePic":null, "created_at":"2023-05-08T00:52:11.000000Z"…

VIEW QUESTION

List and jsons on Flutter request https

I hope you can help me, I have this json to send in a request { "taxpayer": _person, "customerType": _dropdownTypeClient, "rfc": _rfc.text, "name": _name.text, "fatherSurname": _firstName.text, "motherSurname": _lastName.text, "businessName": _razonSocial.text, "contact": _contact.text, "phone": _phone.text, "cell": _cellphone.text, "taxRegime": _dropdownTax, "mailList": […

VIEW QUESTION
Back To Top
Search