Closed liodali closed 5 years ago
You don't have to make requests to an api. The sample, hard coded data for weather is already provided.
Taken from https://flutter.dev/clock:
The ClockModel API with mock data is provided to you. Using this API is optional, but it provides system information such as the brightness mode, weather, and time format.
Your clock should not:
Right. Your clock should not make network requests.
The idea is to make it easy to cycle through the various weather conditions to see your designs for each, rather than show the weather of your current location.
can i use any api for real time weather data?