when i get data from API Arabix words doesn't show and it show like this
is this from flutter or Django Restframework?
flutter request ''' final url = Uri.parse('http://127.0.0.1:8000');
final data = await http.get(url);
final flats = json.decode(data.body) as List<dynamic>;
if(flats==null) {
return;
}
print(flats)
'''