Error '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'Iterable<dynamic>'
问题 Displaying A List fetched from a 3rd a Third Party API with the search Function the error only shows when I ran the App, It Says _InternalLinkedHashMap' is not a subtype of type 'Iterable Please Welp *** Edit A new Error Showed after playing with the code this error showed type 'String' is not a subtype of type Map-dynamic, dynamic- Future<Null> getStoreDetails() async { var basicAuth = 'Basic ' + base64Encode(utf8.encode('api_token_key')); var result; var response = await http.get(url,