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

Fetch all URL data such as title , description , image , video ... etc . and it's written in pure dart so you can use it any where you need ^_^

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.1

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
160
pub points
68%
popularity

Publisher

unverified uploader

Fetch all URL data such as title , description , image , video ... etc . and it's written in pure dart so you can use it any where you need ^_^

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

html, http

More

Packages that depend on fetch_link_data