Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Maintained" filter option to package search #8606

Open
itsamit108 opened this issue Mar 3, 2025 · 2 comments
Open

Add "Maintained" filter option to package search #8606

itsamit108 opened this issue Mar 3, 2025 · 2 comments

Comments

@itsamit108
Copy link

itsamit108 commented Mar 3, 2025

Add "Maintained" filter option to package search

The React Native Directory (reactnative.directory) has a "Maintained" filter option that allows developers to quickly find packages that are actively maintained. This feature is currently missing from pub.dev's filtering options.

  • Currently, pub.dev offers filters for: Flutter plugin, Dart 3 compatible, etc.
  • There's no way to filter specifically for packages that are actively maintained
  • Adding this filter would help prioritize packages with recent updates
  • This would make it easier to find high-quality, supported packages
// No code example needed for this feature request

Image

Image

@sigurdm
Copy link
Contributor

sigurdm commented Mar 6, 2025

Do you know what properties they base the "maintainedness" on?

@sigurdm
Copy link
Contributor

sigurdm commented Mar 6, 2025

There is a search query you can add updated:<duration> for example:

https://pub.dev/packages?q=is%3Aplugin+is%3Adart3-compatible+updated%3A1y

Will show you only packages with updates within the last year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants