-
Notifications
You must be signed in to change notification settings - Fork 102
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
Show release notes #292
Comments
Hey, I want to work on this issue can you help me to get started? |
Of course! You will probably be working on the releases page: and maybe the installed versions page: https://github.com/fluttertools/sidekick/tree/main/lib/src/modules/fvm You will probably have to investigate how to get the release notes in a manageable format. You can find them here: https://docs.flutter.dev/release/release-notes Maybe @leoafarias knows/can ask where to get these notes from an API. Let me know if you want more questions! |
@aguilaair Thanks for assigning me the issue I will get started with setting up the project first thing tomorrow. |
Hey, should I try to add a release notes row inside release_list_item.dart? |
Having seen that you might just want to query the tag from Github and get the release notes from there |
I have not take a deep look at the path to the release notes. But would suggest maybe adding as a flat data endpoint to |
Can't you just make it easy? |
Whatis currently implemented is better that just doing the links :) |
It would be very helpful to show the release notes of the new flutter version. To see it is worth updating or if an annoying bug has been fixed. If the release notes are hard to add. Please add this link instead: https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel
The text was updated successfully, but these errors were encountered: