flutter / flutter_clock

BSD 3-Clause "New" or "Revised" License
543 stars 328 forks source link

flutter third party api #20

Closed liodali closed 5 years ago

liodali commented 5 years ago

can i use any api for real time weather data?

edburtnieks-archive commented 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:

jkurtw commented 5 years ago

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.