https://github.com/prolongservices/flutter-link-preview
A flutter project to fetch preview on any link
https://github.com/prolongservices/flutter-link-preview
Last synced: over 1 year ago
JSON representation
A flutter project to fetch preview on any link
- Host: GitHub
- URL: https://github.com/prolongservices/flutter-link-preview
- Owner: prolongservices
- Created: 2020-01-09T01:58:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T01:46:44.000Z (over 6 years ago)
- Last Synced: 2025-03-25T11:11:20.562Z (over 1 year ago)
- Language: Dart
- Size: 53.7 KB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fetch preview of link in flutter
Fetch preview of link in flutter, same as whatsapp and other websites/apps fetch preview of link. We will not use any third party app to fetch preview of link. We will parse html content of link and then extract title, description, images etc.
To achieve this we will use html and http package from pub.dev and then manually read the html content as string from link and then parse it to html document, then we will get content from our targeted html tags. Such as meta tag, title tag etc. You will learn many things from this video.
# Video tutorial for How to Fetch preview of link in flutter
How to Fetch preview of link in flutter
[](https://youtu.be/sZQ4Ddtz2A4)
#flutterTutorial
#FetchPreviewOfLinkInFlutter
#flutterUiDesignExamples
#flutterExamplesApp
#flutterWidgetsExamples