Skip to content

Astaxask/Flutter-Link-Preview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

How to Fetch preview of link in flutter

#flutterTutorial #FetchPreviewOfLinkInFlutter #flutterUiDesignExamples #flutterExamplesApp #flutterWidgetsExamples

About

A flutter project to fetch preview on any link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 84.2%
  • Kotlin 6.4%
  • Swift 6.0%
  • HTML 2.9%
  • Objective-C 0.5%