Just started using this package today. It is nice.
I found one url where the preview body stops displaying text when it reaches quoted text in the source.
The source text from the link is 'The "flying cigar" with a ...'
The preview body just displays 'The '
using any_link_preview: ^3.0.2
AnyLinkPreview(
link: 'https://ebird.org/species/chiswi',
displayDirection: UIDirection.uiDirectionHorizontal,
cache: const Duration(days: 7),
backgroundColor: Colors.grey[300],
errorWidget: Container(
color: Colors.grey[300],
child: const Text('Oops! Error loading preview'),
),
),

Just started using this package today. It is nice.
I found one url where the preview body stops displaying text when it reaches quoted text in the source.
The source text from the link is 'The "flying cigar" with a ...'
The preview body just displays 'The '
using any_link_preview: ^3.0.2
AnyLinkPreview(
link: 'https://ebird.org/species/chiswi',
displayDirection: UIDirection.uiDirectionHorizontal,
cache: const Duration(days: 7),
backgroundColor: Colors.grey[300],
errorWidget: Container(
color: Colors.grey[300],
child: const Text('Oops! Error loading preview'),
),
),