flutter_longpress_preview library
A Flutter package that shows a preview popup on long press, similar to Safari link preview and Instagram's peek feature.
Classes
- LongPressImagePreview
- A LongPressPreview optimized for image thumbnails.
- LongPressLinkPreview
- A LongPressPreview that automatically fetches OGP metadata for url and displays a rich link preview card.
- LongPressPreview
- Wraps child so that long-pressing it shows preview as a popup overlay.
- OgpData
- Metadata extracted from a URL via Open Graph Protocol.
- PreviewAction
- A single action shown in the context menu below the preview popup.
- PreviewConfig
- Configuration for the preview popup appearance and behavior.
Enums
- PreviewAnimation
- Controls the animation style of the preview popup.