flutter_link_preview 1.1.0 copy "flutter_link_preview: ^1.1.0" to clipboard
flutter_link_preview: ^1.1.0 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

Demo

Special feature #

  • Caching mechanism to return results faster
  • Better fault tolerance
  • Support Chinese no mess code

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

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

flutter, html, http

More

Packages that depend on flutter_link_preview