Release 2.2.2 - Production
Changelog v2.2.2
- upgrade flutter to 3.13
- added AccuWeather & Weatherapi. (see note 1 below)
- added meteo weather icons
- added widget icon for both Glance and Detailed widgets
- Improved responsive layout
- added wind direction name to wind degrees
- added wind Beaufort
- added moon phases and its illumination
- Fixed accessibility issue with location input text field
- added text shadow to glance widget text
- added font chooser from Google fonts
- improved greyed out widgets logic
Notes:
-
The AccuWeather API key needs to be set before using this source since I didn't provide any default key for it.
-
Although everything will work without needing a clean installation. However, to dispose of/close off any unused db, you can choose to clean-install the app (by clearing app data).
-
AccuWeather API will create another duplicate record in the saved places list with the added key data since HiveDB does not support updating records directly.
-
Minimum SDK is now 23 from this release i.e., the minimum supported Android version becomes Marshmallow (6.0).
-
The Windows version will take some time.