flutter_link_preview 1.3.4 flutter_link_preview: ^1.3.4 copied to clipboard
This is a URL preview plugin that previews the content of a URL.
flutter_link_preview #
This is a URL preview plugin that previews the content of a URL
Special feature #
- Support for content caching and expiration mechanisms to return results faster.
- Better fault tolerance, multiple ways to find icons, titles, descriptions
- Better support gbk code, no messy code
- Optimized for large files with better crawl performance.
- Support for second hop authentication with cookies
- Support gif, video and other content capture
Getting Started #
FlutterLinkPreview(
url: "https://github.com",
titleStyle: TextStyle(
color: Colors.blue,
fontWeight: FontWeight.bold,
),
)
Result:
You can also use builder to display custom styles