Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Persistent Weather Notification #274

Open
Minkiu opened this issue Mar 19, 2022 · 2 comments
Open

Persistent Weather Notification #274

Minkiu opened this issue Mar 19, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Minkiu
Copy link

Minkiu commented Mar 19, 2022

Is your feature request related to a problem? Please describe.
I would like to see the weather/temperature from the Notification area. Something on the lines of:
Weather Icon - City - Current Temperature

Describe the solution you'd like
A persistent Notification that displays the current weather/temperatures, displaying the information visible in the app that's above the hour breakdown carousel.

Additional context (optional)
See example of what I mean from the Overdrop app :
Overdrop-app-image-4

A quick google lead me here, not sure if you are already using this:
https://pub.dev/packages/flutter_local_notifications

Thanks for the app!
Cheers.

@Minkiu Minkiu added the enhancement New feature or request label Mar 19, 2022
@triallax
Copy link
Member

I'm not yet sure if we want to add such a feature, but if we do so, there are a few things we should consider:

  • How often should we refresh the weather? Every 10 minutes, like we currently do?
  • Should we allow choosing a different city for the notification than for the app? (I'd say no)
  • Does the suggested package (flutter_local_notifications) depend on Google Play Services? If so, we'll have to find some other package.

Just for the record, I don't have enough time at the moment to work on this feature or even review a PR that implements it.

@Minkiu
Copy link
Author

Minkiu commented Mar 25, 2022

Hey, thanks for the feedback and taking the time to triage it.

I agree pretty much with all your points, in my head it would the implementation with the least friction, so a "peek" at the main app, doesn't even need to be a weekly one, I'd be more than happy with the current weather.

That package was the first one I found, I am no dart developer, not even sure if that includes what it's needed or it's a bit overkill, but agree in not relying on the Google Play Services :D

Thanks again,
Cheers.

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