fetch_link_data 1.0.0 copy "fetch_link_data: ^1.0.0" to clipboard
fetch_link_data: ^1.0.0 copied to clipboard

Fetch All URLs Metadata Anytime Any Website

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fetch_link_data

With Flutter:

 $ flutter pub add fetch_link_data

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

dependencies:
  fetch_link_data: ^1.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:fetch_link_data/fetch_link_data.dart';
18
likes
150
pub points
68%
popularity

Publisher

unverified uploader

Fetch All URLs Metadata Anytime Any Website

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

html, http

More

Packages that depend on fetch_link_data