Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

URL preview plugin for Flutter 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 | 中文简体

Special feature

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

Click here for a detailed example.

Download URL preview plugin source code on GitHub

https://github.com/yungzhu/flutter_link_preview

Exit mobile version