simple_link_preview 2.0.0 copy "simple_link_preview: ^2.0.0" to clipboard
simple_link_preview: ^2.0.0 copied to clipboard

Returns a simple metadata for generating a weblink preview by examining the html <meta> tags.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_link_preview

With Flutter:

 $ flutter pub add simple_link_preview

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  simple_link_preview: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_link_preview/simple_link_preview.dart';
12
likes
140
pub points
81%
popularity

Publisher

unverified uploader

Returns a simple metadata for generating a weblink preview by examining the html <meta> tags.

Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

http, metadata_fetch_plus, universal_html

More

Packages that depend on simple_link_preview