Skip to content
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

Open
tobiasht opened this issue May 5, 2023 · 9 comments
Open

Show release notes #292

tobiasht opened this issue May 5, 2023 · 9 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tobiasht
Copy link

tobiasht commented May 5, 2023

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

@aguilaair aguilaair added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels May 6, 2023
@ekakshjanweja
Copy link

Hey, I want to work on this issue can you help me to get started?

@aguilaair
Copy link
Member

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!

@ekakshjanweja
Copy link

@aguilaair Thanks for assigning me the issue I will get started with setting up the project first thing tomorrow.

@ekakshjanweja
Copy link

Hey, should I try to add a release notes row inside release_list_item.dart?

@aguilaair
Copy link
Member

image You would be improving the release note in the panel

@aguilaair
Copy link
Member

Having seen that you might just want to query the tag from Github and get the release notes from there

@leoafarias
Copy link
Member

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.

@tobiasht
Copy link
Author

tobiasht commented Jun 8, 2023

@aguilaair
Copy link
Member

Whatis currently implemented is better that just doing the links :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants