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

URL metadata extraction package for Dart, providing rich link previews with image manipulation capabilities.

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: ^1.0.4

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';
2
likes
160
points
194
downloads

Publisher

verified publishertomars.tech

Weekly Downloads

URL metadata extraction package for Dart, providing rich link previews with image manipulation capabilities.

Repository (GitHub)

Topics

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dart_helper_utils, hive_ce, html, http, path

More

Packages that depend on metalink