You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Based on its results, I think the react native directory does scan the git repositories for commits, and if the last one was within two years, it sets their maintained flag. I see no evidence if it also tracks PRs, issues or discussions (and how they are closed).
It seems that updated: is good enough for now, and exposing it in autocomplete may increase its exposure (#8665).
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.
// No code example needed for this feature request
The text was updated successfully, but these errors were encountered: