-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
"View changelog and update package" #227
Comments
Hi @TheLastGimbus However, this functionality might be broken :/ At least it stopped working for me on one machine some time ago and it always just says "Changelog not available" |
Yep, that's the case @marius-h could you look into this? |
@TheLastGimbus Unfortunately, it's really hard to fetch changelogs as there is no API endpoint available from pub.dev. Thus, I have to scrape through the linked GitHub repo which is why the plugin sometimes shows a "changelog not found" info. |
@TheLastGimbus @komaxx Can you please try this version of the plugin and tell me if it works better with it? |
Hi @marius-h It could be, though, that I've done something wrong with the local disk installation. In your zip, there were lots of jars but when installing the plugin I could only select one ( Btw: Thank you for your support! EDIT: It seems like the plugin does not have network access? The warning that there's a new version of some plugin available does not appear with the locally installed version 1.7.0. as well. |
@komaxx Thanks for quickly trying out the new version! Actually you have to select the whole zip-file for installing it locally. I hope that this will fix it for you :) |
:D Yes, this version works a lot better! I've tried to find out what differentiates the not-working ones from the other but could not find anything, sorry. Here's a list of dependencies that don't work for me:
These fail every time, even if I restart my computer. Maybe that helps? |
Hi there! Thanks for making this plugin, it makes working with Flutter even more smooth 💯
Describe the use-cases of your feature
I often see that i can update a package (thanks to the plugin), but I'm not sure if i want to... if there aren't any breaking changes etc... I would love to quickly open changelog from
myCurrentVersion
tonewestVersion
, without opening whole pub.dev siteDescribe your solution
With "update package" and "update packge without pub get" add option "show changelog and decide to update" or something that would quickly pop up the relevant changelog and let me cancel if i don't like it
The text was updated successfully, but these errors were encountered: