PackRuble / weather_pack

The project is designed to obtain weather via the OpenWeatherMap API. With handy features. :)
https://pub.dev/packages/weather_pack
MIT License
4 stars 3 forks source link

Fix `WeatherOneCall.timezoneOffset` should has type `Duration` #19

Open PackRuble opened 3 months ago

PackRuble commented 3 months ago

now:

class WeatherOneCall {
  /// Shift in seconds from UTC.
  final DateTime? timezoneOffset;
}