Rain icon indicating copy to clipboard operation
Rain copied to clipboard

Dynamic home screen icon based on weather

Open shatanikmahanty opened this issue 2 years ago • 1 comments

Proposal:

To change app icon based on current weather status. Default will be the rain icon we have currently.

Can be achieved with this package: https://pub.dev/packages/dynamic_icon_flutter

Was thinking of something like this: image

I Will raise a PR if this will be relevant to users. Let me know your thoughts

Edit: App icon now changes dynamically.

Future changes in consideration:

  • [ ] Figure out a way to change app icon on every weather update cycle rather than only on location change or app open
  • [ ] Optimise change icon call by checking if the current icon is same as the one we are trying to change to
  • [ ] Let users decide if they want this feature through a switch in settings. By default I will keep this false as android restarts app on changing icon
  • [ ] Let users decide if the icon changes on closing app or instantly

shatanikmahanty avatar Oct 16 '23 05:10 shatanikmahanty

That would be great.

Leonavichus avatar Oct 16 '23 06:10 Leonavichus