Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
milindgoel15 committed Sep 7, 2023
1 parent 4d4408a commit dc424c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div align="center">

![Flutter](https://img.shields.io/badge/Platform-Flutter-blue)
![minSdkVersion](https://img.shields.io/badge/minSdkVersion-21-green.svg)
![minSdkVersion](https://img.shields.io/badge/minSdkVersion-23-green.svg)
[![Crowdin](https://badges.crowdin.net/weatherwise/localized.svg)](https://crowdin.com/project/weatherwise)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](https://paypal.me/milindgoel15)

Expand All @@ -25,13 +25,15 @@
- Monet-based splash screen for Android 12+ devices.
- Monochrome icon for Android 13+ devices.
- Theme switcher (Light, dark and AMOLED/black mode)
- Font chooser option from Google fonts
- Weather-based on GPS location or manually entered text with autocomplete.
- Save locations locally and the ability to delete them.
- Change temperature units
- Change navigation label behaviour
- Change inactive places icon style
- Theme matching icons and splash icons
- Material you based android widgets
- Powerful Weather APIs such as [OpenWeather](https://openweathermap.org/api), [AccuWeather](https://www.accuweather.com/) and [FreeWeatherApi](https://weatherapi.com/)

> Note:
>
Expand Down Expand Up @@ -90,12 +92,11 @@

## Current todo:

- [ ] Add multiple API support (Priority: LOW)
- [X] ~~Add multiple API support (Priority: LOW)~~ Done
- [x] ~~Make homescreen widgets (Priority: LOW)~~ Done

## List of things not supported by flutter (officially or partially or not built-in):

- Homescreen widgets (Not built-in)
- [System based font ](https://github.com/flutter/flutter/issues/48381)
- [Predictive back gestures](https://github.com/flutter/flutter/issues/109513)
- [Per-app language preferences](https://github.com/flutter/flutter/issues/109842)
Expand Down

0 comments on commit dc424c4

Please sign in to comment.