-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: Compare multiple packages on a single chart #1
Comments
I will need to think about how the UI for this will work, but that's a great idea! I haven't put much effort into useful features since this site has had zero traffic, but if you have any other features you want please make additional issues for them. |
I think Google Trends is a great example of the good UI to select multiple things and put them on a single chart. They even have clean and readable URLs when doing so. |
The URL of If the URL was this: For reference, see the URLs in Google Trends: Also, there is These two changes will make the page more symmetric, and symmetry always pays when things develop further. Also, I see some wrong data with riverpod showing 84% popularity while it is 98% in reality. |
Popularity scores have been weird since the issues started. Things should normalize when that gets fixed. Data comes straight from the API. I'm trying to make this work without making a whole new UI. I'll try to implement your suggestions. |
I like the project. In December, I may spend a few days helping on this. |
Awesome! |
Often we need to see how a package is performing against similar ones over time.
There are also official uses for that. It could be to get funding from the parent company, or to apply for talent immigration program, or anything else. Sure we can look at separate charts, but there are always people in authority who will act on a single chart from a proven source but will not trust a chart I compile myself, and will not bother reading explanation of multiple charts.
Also, this is just fun.
As a bonus, if this is implemented, FlutterGems may be interested in building charts for each category, and you can get traffic from them.
The text was updated successfully, but these errors were encountered: