ubuntu / archive_yaru_icons.dart

Ubuntu Yaru Flutter Icon Theme
https://ubuntu.github.io/yaru_icons.dart/
GNU General Public License v3.0
27 stars 5 forks source link

More weather icons? #133

Open Feichtmeier opened 1 year ago

Feichtmeier commented 1 year ago

While thinking about the weather app, I wonder two things:

1) could we have more weather icons, which also include appropriate icons for the night icons and moon phases grafik

2) What would be the best way to get weather icons that only color certain parts of the icon with "blue" for the moon, "yellow"/"orange" for the sun, "white" for clouds and "blue" for rain drops?

I don't know if this is super useful but those are the icons provided by openweathermap https://openweathermap.org/weather-conditions

Jupi007 commented 1 year ago

I agree, that would be nice to have more weather icons, and I'll work on 👍

On the colour point, we cannot color a specific part of an Icon. To archive this, I can work on some CustomPainter based icons. It would be relatively simple to implement 🙂

Feichtmeier commented 1 year ago

Or I look into how you did it and do it myself? I feel bad for requesting all those icons all the time

Jupi007 commented 1 year ago

Or I look into how you did it and do it myself? I feel bad for requesting all those icons all the time

No, please don't feel bad for this. It is the only Flutter field of competence I'm relatively mastering 😅 And it is always a pleasure for me to be helpful!

Feichtmeier commented 1 year ago

Cool :) Thank you!

I think that the weather app could look pretty cool with them. Eventually I could expand it to be a news & weather app with a tray indicator

Jupi007 commented 1 year ago

Sounds very promising! 😀

Feichtmeier commented 1 year ago

soft reminder :rofl:

Jupi007 commented 1 year ago

soft reminder :rofl:

Ahah, I'll work on it after the heart 😁

Jupi007 commented 1 year ago

@Feichtmeier Here are all our weather related icons:

image

To be in sync with openweather icons, we just miss a night version of showers. Is there anything else you need?

After what I will work on colorable version of those icons.

Feichtmeier commented 1 year ago

Yes, it would be nice to have versions that are full color like in the opening post. But ofc this is much work and depening on how the app ends up in design not even 100% needed

Feichtmeier commented 1 year ago

Evenually I can get the result with stack + positioned and color certain parts

Jupi007 commented 1 year ago

Evenually I can get the result with stack + positioned and color certain parts

Please don't, use a stack will be ugly. I started to work on the recolorable icons :)

Feichtmeier commented 1 year ago

Cool thank you!