🌦️ 𝐺𝑒𝑡𝑡𝑖𝑛𝑔 𝑆𝑡𝑎𝑟𝑡𝑒𝑑 𝑤𝑖𝑡ℎ 𝑊𝑒𝑎𝑡ℎ𝑒𝑟𝐾𝑖𝑡 𝑖𝑛 𝑆𝑤𝑖𝑓𝑡𝑈𝐼 by Wesley Matlock
Add weather conditions to your app using Apple's WeatherKit API with actors, widgets, and smart refresh strategies.
#SwiftUI #WeatherKit
www.wesleymatlock.com/getting-star...
Check out my app release on ProductHunt!
www.producthunt.com/posts/weathe...
#apprelease #iosapp #weahterapp #weahter #meteorology #forecasting #wx #weatherkit #ios #swift #swiftUI #swiftcharts
Soooo hate to admit this but it actually was in the documentation....
#buildInPublic #flutter #apple #weatherKit
developer.apple.com/forums/threa...
Anyone use #apple #weatherkit #api ? I can never get weather alerts with this and thei documentation is sub par: final url ='$baseUrl/weather/en_US/$lat/$lon?dataSets=currentWeather,forecastNextHour,weatherAlerts,';
I only ever get current and next hour...
#buildInPublic #flutter
#apple #weatherKit is super frustrating:
final url = '$baseUrl/weather/en_US/$lat/$lon'
'?dataSets=forecastHourly'
'&hourlyEnd=$hourlyEndIsoString';
I cant just get next 240 hours...
#buildInPublic #flutter