Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Releases: flyerhq/flutter_link_previewer

v3.2.2

09 Jul 18:42

Choose a tag to compare

Update dependencies

v3.2.1

16 May 20:07

Choose a tag to compare

  • Add previewBuilder to allow you to create your own implementation of a link preview. Thanks @CatEatFishs for suggestion!
  • Fix numbers being parsed as urls. Thanks @claptv for noticing!
  • Update dependencies. Requires Dart >= 2.19.0.

v3.2.0

29 Oct 07:36

Choose a tag to compare

Update dependencies. Requires Dart >= 2.18.0.

v3.1.0

02 Oct 15:41

Choose a tag to compare

  • Update to Flutter 3.3.3
  • Set WhatsApp/2 as a default user agent to parse more links
  • Added requestTimeout parameter, that will cancel the request if timeout is reached. Defaults to 5 seconds.

v3.0.1

19 Jun 10:06

Choose a tag to compare

Code refactor

v3.0.0

13 Jun 07:43

Choose a tag to compare

  • Update to Flutter 3
  • Add userAgent parameter. Thanks @felixgabler for the PR!

v2.6.6

11 Apr 10:12

Choose a tag to compare

Update dependencies

v2.6.5

10 Apr 17:03

Choose a tag to compare

Update dependencies

v2.6.4

03 Apr 12:39

Choose a tag to compare

Update to Flutter 2.10.4

v2.6.3

19 Feb 18:05

Choose a tag to compare

  • Fixed looking up deactivated ancestor is unsafe error. Thanks @felixgabler for the PR!
  • Add openOnPreviewImageTap and openOnPreviewTitleTap - allows to open link URL when tapped on the preview image and/or preview title/description. Thanks @felixgabler for the PR!
  • Update to Flutter 2.10.2. Requires Dart >= 2.16.0.