weather_pack 1.0.1
weather_pack: ^1.0.1 copied to clipboard
The project is designed to obtain weather via the OpenWeatherMap API. With geocoding and units measure. :)
[1.0.1] - 19-11-2023 #
- fix: limit when get location in GeocodingService (thanks svoza10 for #7)
- upd: improving changelog according to some excerpts from keepachangelog.com
[1.0.0] - 28-07-2023 #
- bump dependencies. Now we use dart 3.0
[0.1.0] - 28-07-2023 #
- fix issue #1 of hiding
parseCurrent
from public api - add assert for latitude and longitude
WeatherService
andGeocodingService
, andOWMApiTest
now acceptclient
as a parameter. This can be handy when testing- bump dependencies. The next release will be an upgrade to Dart 3.0
[0.0.2] - 27-12-2022 #
[0.0.1] - 21-10-2022 #
- Initial development release. Hi pub.dev