fetch_link_data 1.0.1
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_dataWith Flutter:
$ flutter pub add fetch_link_dataThis 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.1Alternatively, 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';