weather_pack 1.2.0 copy "weather_pack: ^1.2.0" to clipboard
weather_pack: ^1.2.0 copied to clipboard

The project is designed to obtain weather via the OpenWeatherMap API. With geocoding and units measure. :)

1.2.0 06-02-2025 #

  • new: GeocodingService.getLocationByZipAndCountryCode to get `PlaceZip' locations (thanks dokumanx for #23)
  • upd: minimum supported SDK version to Dart 3.4.0
  • fix: #21 No need to pass StackTrace to API error message (also, nested errors)

1.1.0 25-03-2024 #

  • actualizing code documentation according to new information in "One Call Api 3.0"
  • add: new parameter OneCallApi in WeatherService to be able to select the API endpoint for OCA
  • add: WeatherDaily.summary for OCA 3.0
  • fix: OWMBuilder parameter in WeatherService and GeocodingService is now visible in the package API.
  • 🧨add: use OWMTestService(testedKey).isValidApikeyForOneCall and OWMTestService(testedKey).isValidApikey instead of OWMApiTest().isCorrectApiKey(testedKey)
  • doc: sections "Exception handling", "Usage custom client" in readme
  • internal: remove meta from dependencies
  • internal: split OWMApi into parts: GeocodingApi, CurrentWeatherApi, OneCallWeatherApi
  • internal: use show way instead of hide to control the package API
  • internal: tests for WeatherService and GeocodingService

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 and GeocodingService, and OWMApiTest now accept client 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 #

  • fix issue #5 when some boundary cases were not taken into account
  • add to the "example" folder console application. A detailed analysis of code writing will be provided later
  • add visual resources to documentation, styling of the package was adjusted, link to telegram channel is attached

0.0.1 21-10-2022 #

Initial development release. Hi pub.flutter-io.cn

11
likes
150
points
10
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

The project is designed to obtain weather via the OpenWeatherMap API. With geocoding and units measure. :)

Homepage
Repository (GitHub)
View/report issues

Topics

#weather #openweathermap #geocoding #weather-forecast #units-measure

Documentation

API reference

Funding

Consider supporting this project:

t.me

License

MIT (license)

Dependencies

http

More

Packages that depend on weather_pack