Migrated from flutter/flutter#81752
This issue was originally filed against the official flutter_markdown package.
The package has since been discontinued and ownership transferred to flutter_markdown_plus.
With the new support for mouse cursors, it would be great to generate Flutter code that changed the mouse cursor for markdown links to use SystemMouseCursors.click, e.g.
MouseRegion(
cursor: SystemMouseCursors.click,
child: ...markdown link/underlined text...
),
),
The API already provides for clicking links; it just need to show that clicking works!
With the new support for mouse cursors, it would be great to generate Flutter code that changed the mouse cursor for markdown links to use SystemMouseCursors.click, e.g.
The API already provides for clicking links; it just need to show that clicking works!