Hello, I am facing a problem with displaying preview of YouTube and Google meet links. Could you please explain why and how I can fix it?
AnyLinkPreview(
link: "https://www.youtube.com/watch?v=v4H2fTgHGuc",
displayDirection: UIDirection.uiDirectionHorizontal,
bodyTextOverflow: TextOverflow.ellipsis,
titleStyle: TextStyle(
color: Colors.black,
fontWeight: FontWeight.bold,
fontSize: 15,
),
bodyStyle: TextStyle(color: Colors.grey, fontSize: 12),
errorBody: 'Show my custom error body',
errorTitle: 'Show my custom error title',
)
Strangely, even the link (https://vardaan.app/) from the example doesn't show up for me
Hello, I am facing a problem with displaying preview of YouTube and Google meet links. Could you please explain why and how I can fix it?
Strangely, even the link (https://vardaan.app/) from the example doesn't show up for me