flutter / flutter_clock

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

Temperature? #47

Closed ciriousjoker closed 4 years ago

ciriousjoker commented 4 years ago

Settings give the possibility to set Celsius vs Fahrenheit, but what's the point of it if there's no way to get temperature information in the first place since network requests are forbidden?

JonathanMonga commented 4 years ago

You must use flutter_clock_helper that provide the temperature informations

ciriousjoker commented 4 years ago

wtf I'm stupid... Didn't even look if there was a property. I just assumed that because you can't change it, it doesn't exist.