dart-lang / pub-dev

The pub.dev website
https://pub.dev
BSD 3-Clause "New" or "Revised" License
777 stars 146 forks source link

Get notified by mail on package updates #1378

Open cbenhagen opened 6 years ago

cbenhagen commented 6 years ago

It would be nice if a user could star a package to get notified by mail on updates.

mit-mit commented 6 years ago

We don't have a notion of users on the site, so that would be a fairly big change.

Idea: do this based on RSS feeds

sigurdm commented 6 days ago

We now have users, and likes. We could add an option to get mails if any of these are updated.

We could also create one rss feed per package - that would make it easy to subscribe to each package one is interested in.

We now have dependabot support that notifies to new versions relevant for a project.