Releases: jordond/weather_icons
Releases · jordond/weather_icons
Release list
v3.0.0-nullsafety.0
v3.0.0-nullsafety.0
Features
- null-safety: migrate library to dart null-safety (#16) (4cbdd2a)
- null-safety: update readme to reflect null-safety (7903c48)
BREAKING CHANGES
- null-safety: library have been migrated to dart null-safety
2.0.2 (2020-10-17)
Bug Fixes
2.0.1 (2020-02-17)
Bug Fixes
- rotate: switch degree from
doubletonum(2d6413a) - wind_icon: Accept any numeric value (double and int) (#7) (3c8a350)
2.0.0 (2019-07-20)
Bug Fixes
- timeicon: remove
iconFromHourandiconFromDate(c19f4cb) - windicon: fix the rotation of the wind icons (3acacee)
Features
- boxedicon: add a widget for boxing the font icon (abb773d)
- icons: add hidden directional icons (2766775)
BREAKING CHANGES
- timeicon: Remove two Time icon helper functions. In favour of creating a class instead of a
function, so you can properly customize the icons.
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2019-07-20)
Bug Fixes
- timeicon: remove
iconFromHourandiconFromDate(c19f4cb) - windicon: fix the rotation of the wind icons (3acacee)
Features
- boxedicon: add a widget for boxing the font icon (abb773d)
- icons: add hidden directional icons (2766775)
BREAKING CHANGES
- timeicon: Remove two Time icon helper functions. In favour of creating a class instead of a
function, so you can properly customize the icons.
v1.0.1
v1.0.0
1.0.0 (2019-07-18)
Bug Fixes
- lib: fix generated fromName method to be consistent with code (1e9aac1)