sidekick
sidekick copied to clipboard
Show release notes
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
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: https://github.com/fluttertools/sidekick/tree/main/lib/src/modules/releases
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 flutter.space https://github.com/fluttertools/flutter.space. Since its fairly static, and it would allow visibility and people to contribute to maintain the data if needed.
Can't you just make it easy? Major release: https://docs.flutter.dev/release/release-notes Minor release: https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel
Whatis currently implemented is better that just doing the links :)