Relative Content

Tag Archive for jsonflutterapiwikipediawikipedia-api

Using Wikipedia API to get pictures in Flutter not working

This is my Data:
Activity(
name: ‘Times Square’,
continentType: ContinentType.northAmerica,
description:
‘A vibrant intersection and tourist destination in New York City.’,
location: const PlaceLocation(
latitude: 40.758896,
longitude: -73.985130,
street: ‘Broadway’,
city: ‘New York City’,
country: ‘USA’),
),