rich_link_preview 0.1.0 copy "rich_link_preview: ^0.1.0" to clipboard
rich_link_preview: ^0.1.0 copied to clipboard

outdated

A Rich Link Preview widget written in Dart generating a rich presentation of the given link from social meta tags.

rich_link_preview #

A Rich Link Preview widget written in Dart generating a rich presentation of the given link from social meta tags.

Getting Started #

Add the following line in your pubspec file #

rich_link_preview:

Get the package by running the command #

flutter packages get

Include the widget in your dart file #

import 'package:rich_link_preview/rich_link_preview.dart';

Example Usage: #

RichLinkPreview(
    link: 'https://ourland.hk/detail/72e1aeaf-360b-4f45-a528-ef1c5e4d803c',
    appendToLink: true,
)

image

RichLinkPreview(
    link: 'https://ourland.hk/detail/72e1aeaf-360b-4f45-a528-ef1c5e4d803c'
),

image

Parameters #

Parameter Type Description Example Required? Default
link String Link to be previewed https://ourland.hk/detail/72e1aeaf-360b-4f45-a528-ef1c5e4d803c N ''
height double Height of the Rich Link Preview container 150.0 N 100.0
borderColor Color Color of the container border Color(0xFF000000) N Color(0xFFE0E0E0)
backgroundColor Color Color of the container background Color(0xFF000000) N Color(0xFFE0E0E0)
appendToLink bool append the preview to link false N false
11
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Rich Link Preview widget written in Dart generating a rich presentation of the given link from social meta tags.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, open_graph_parser, url_launcher

More

Packages that depend on rich_link_preview