flutter_link_preview 1.3.1 copy "flutter_link_preview: ^1.3.1" to clipboard
flutter_link_preview: ^1.3.1 copied to clipboard

outdated

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

Language: English | 中文简体

Demo

Gif

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:

Result Image

You can also use builder to display custom styles

Click here for a detailed example.

76
likes
0
pub points
73%
popularity

Publisher

verified publisherletmaker.com

This is a URL preview plugin that previews the content of a URL.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cached_network_image, flutter, gbk2utf8, html, http

More

Packages that depend on flutter_link_preview