flutter_link_preview 0.0.1 flutter_link_preview: ^0.0.1 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 #
- 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:
You can also use builder to display custom styles