Flutter display nested json in ListView return type String is not a subtype of type 'Map<String, dynamic>' in type cast flutter

Issue JSON RESPONSE { "data": { "Address": "xyz", "CityID": "1", "CityName": "xyz", "CompanyName": "xyz", "CreditDays": "12", "CusotmerID": "45", "Email": "f@gmail.com", "GSTNo": "1234", "IsApproved": "False", "Lat": "", "Long": "", "Mobile": "1234567891", "Pincode": "", "Route": "", "StateID": "1", "StateName": "xyz", "UniqueNumber": ""

Continue reading