Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

More weather icons? #133

Open
Feichtmeier opened this issue Feb 22, 2023 · 12 comments
Open

More weather icons? #133

Feichtmeier opened this issue Feb 22, 2023 · 12 comments
Assignees
Labels
enhancement New feature or request

Comments

@Feichtmeier
Copy link
Member

Feichtmeier commented Feb 22, 2023

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
Copy link
Member

Jupi007 commented Feb 22, 2023

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
Copy link
Member Author

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

@Jupi007
Copy link
Member

Jupi007 commented Feb 22, 2023

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
Copy link
Member Author

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
Copy link
Member

Jupi007 commented Feb 22, 2023

Sounds very promising! 😀

@Jupi007 Jupi007 self-assigned this Feb 22, 2023
@Jupi007 Jupi007 added the enhancement New feature or request label Feb 24, 2023
@Feichtmeier
Copy link
Member Author

soft reminder 🤣

@Jupi007
Copy link
Member

Jupi007 commented Jul 3, 2023

soft reminder 🤣

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

@Jupi007
Copy link
Member

Jupi007 commented Jul 4, 2023

@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
Copy link
Member Author

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
Copy link
Member Author

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

@Jupi007
Copy link
Member

Jupi007 commented Jul 6, 2023

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
Copy link
Member Author

Cool thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants