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

URL metadata extraction package for Dart, providing rich link previews, JSON-LD, and oEmbed support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add metalink

With Flutter:

 $ flutter pub add metalink

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

dependencies:
  metalink: ^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:metalink/metalink.dart';
4
likes
160
points
598
downloads

Publisher

verified publishertomars.tech

Weekly Downloads

URL metadata extraction package for Dart, providing rich link previews, JSON-LD, and oEmbed support.

Repository (GitHub)
View/report issues

Topics

#metadata #url #preview #link #metadata-extraction

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

convert_object, crypto, hive_ce, html, http, path, xml

More

Packages that depend on metalink