flyer_chat_image_message
Image message package for Flutter chat apps, complementing flutter_chat_ui. Supports caching, ThumbHash and BlurHash. #chat #ui
2.3.0
4.8K downloads/mo
#3910 most downloaded on pub.dev
flyerhq/flutter_chat_ui
What this package is like to depend on
Last release 8 months ago
06 Dec 2025
Release timing varies
gaps range from 8 days to 2 months
Nearly every release is documented
notes for 33 of 33 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
33 releases · first in 2024
2 releases in the last 12 months
see the full history below
Release timeline
33 releases · Aug 2024 to Dec 2025Releases
latest 33-
2.3.006 Dec 2025Release notes
Open source →2.3.0
⚠️ Breaking Changes ⚠️
-
Renamed LinkPreview → LinkPreviewData
-
LinkPreview.imageUrl→LinkPreviewData.image.url -
Both
LinkPreviewData.image.widthandLinkPreviewData.image.heightare now required
2.2.4
- FIX: add physics param to the ChatAnimatedList(Reversed). (ede3a170)
- FIX: emptyChatList not clickable (#787). (88937baa)
2.2.3
2.2.2
2.2.1
- FIX: list rebuilding when keyboard opens/closes. (48e28e7e)
Release notes
Open source → -
-
2.2.209 Oct 2025Release notes
Open source →-
Fix completer that never completes and add corsProxy parameter. Thanks @wer-mathurin for the PR!
-
Export getPreviewData to allow you to create your own implementation of a link preview.
-
-
2.2.126 Jul 2025 -
2.2.019 Jul 2025Release notes
Open source → -
2.1.1312 Jul 2025 -
2.1.1227 Jun 2025 -
2.1.1127 Jun 2025 -
2.1.1009 Jun 2025 -
2.1.908 Jun 2025 -
2.1.808 Jun 2025 -
2.1.726 May 2025 -
2.1.622 May 2025 -
2.1.519 May 2025 -
2.1.419 May 2025 -
2.1.317 May 2025 -
2.1.211 May 2025 -
2.1.104 May 2025 -
2.1.003 May 2025 -
2.0.202 May 2025Release notes
Open source →-
Fix paddings for an empty preview data
-
Limit number of images parsed
-
Fix regex
-
-
2.0.102 May 2025 -
2.0.001 May 2025Release notes
Open source →- BREAKING : onPreviewDataFetched and previewData are now required. In the previous version, a link preview used on a ListView resulted in a fetch call every time the preview was appearing on a screen.
-
0.0.1201 May 2025Release notes
Open source →⚠️ Breaking Changes ⚠️
-
The default sentinel values that previously allowed users to set specific properties to
nullhave been removed. Instead, please useColors.transparent,BorderRadius.zero, orTextStyle()to achieve the desired effect. Passingnullwill now use the standard configuration. -
Do not show status for received messages
-
-
0.0.1120 Apr 2025 -
0.0.1006 Apr 2025 -
0.0.925 Mar 2025Release notes
Open source →- Added message status indicators (delivered, error, seen, sending, sent)
- Added message timestamps with customizable format, position
-
0.0.816 Mar 2025 -
0.0.718 Feb 2025 -
0.0.616 Feb 2025 -
0.0.504 Feb 2025 -
0.0.402 Jan 2025 -
0.0.328 Dec 2024Release notes
Open source →- Theme now derives from
imageMessageTheme - Added an upload progress indicator
- Fixed default constraints
- Added an optional overlay to images
- Theme now derives from
-
0.0.221 Oct 2024 -
0.0.117 Aug 2024Release notes
Open source →- Initial release
365
likes
150
points
67.7k
downloads
Documentation
API reference
Publisher
flyer.chat
Weekly Downloads
Metadata
Customizable link and URL preview extracted from the provided text with the ability to render from the cache. Ideal for chat applications.
Homepage
Repository (GitHub)
View/report issues
Contributing
License
MIT ( license )
Dependencies
flutter , flutter_chat_core , html , http , punycode , url_launcher
More
Packages that depend on flutter_link_previewer
← Metadata
365
likes
150
points
67.7k
downloads
Documentation
API reference
Publisher
flyer.chat
Weekly Downloads
Metadata
Customizable link and URL preview extracted from the provided text with the ability to render from the cache. Ideal for chat applications.
Homepage
Repository (GitHub)
View/report issues
Contributing
License
MIT ( license )
Dependencies
flutter , flutter_chat_core , html , http , punycode , url_launcher
More
Packages that depend on flutter_link_previewer
Back