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

Max Lines and Overflow Property do not work with Links itself #109

Open
Ayushrestha05 opened this issue Jul 25, 2022 · 2 comments
Open

Max Lines and Overflow Property do not work with Links itself #109

Ayushrestha05 opened this issue Jul 25, 2022 · 2 comments

Comments

@Ayushrestha05
Copy link

Screenshot_20220725-122251__01
Mutiple Lines in the Link is causing the widget to expand. MaxLines and Overflow works on normal text but not on Links.

Linkify(
  maxLines: 1,
  overflow: TextOverflow.ellipsis,
  text: networkPostData?.request?.link ??
      parsedLinkModel?.data?.url ??
      "",
  style: GoogleFonts.sarala(
    color: Colors.black,
  ),
  onOpen: (url) {
    launch(url.url);
  },
)
@romandrahan
Copy link

+1

1 similar comment
@xingshou
Copy link

xingshou commented Dec 7, 2022

+1

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

No branches or pull requests

3 participants