Skip to content

Update the rendering of links to include SystemMouseCursors.click #116

Description

@gazreese

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions