Skip to content

feat: add hyperlink support in Markdown rendering for deb and snap pages#2012

Open
deandreamatias wants to merge 2 commits intoubuntu:mainfrom
deandreamatias:fix-1989-links-not-clicable
Open

feat: add hyperlink support in Markdown rendering for deb and snap pages#2012
deandreamatias wants to merge 2 commits intoubuntu:mainfrom
deandreamatias:fix-1989-links-not-clicable

Conversation

@deandreamatias
Copy link
Copy Markdown

Fix issue #1989.

  • I created a custom widget generator for a attributes in Markdown. I could only use the onTapLink property of MarkdownBody, but that doesn't follow the project's design and accessibility guidelines.
  • I'm not sure if creating the builder in packages/app_center/lib/widgets/hyperlink_text.dart is the correct place.
  • I also needed to add the markdown package directly to pubspec. flutter_markdown already imports this package, but if don't import it directly, it will get depend_on_referenced_packages lint info.
  • On video can see test with mouse pointer and also with keyboard navigation (tabs and space)
Screencast.From.2026-02-06.13-32-51.mp4

@deandreamatias deandreamatias marked this pull request as draft February 6, 2026 12:47
@deandreamatias deandreamatias marked this pull request as ready for review February 6, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant