
Pulse · Link Card
Pulse · Link Card is a production-ready Social Flutter screen from FlutterKit Pro, installable with flutterkit add social-feed-link-preview.
Link Card is a scrollable social feed dedicated to posts that unfurl a shared URL into a rich preview. A slim 56px top bar with a back chevron and a bold 'Link posts' title sits above a ListView of _PostShell rows, each divided by a #26262F hairline. Every post pairs a gradient _Monogram avatar (initials derived from the author name), a verified checkmark in Pulse indigo #6E56F7, an @handle · time line, an overflow menu, a body caption, and an _ActionBar with like, comment, share and bookmark controls. The screen ships three distinct unfurl layouts: _LargeUnfurl renders a 16:8.4 hero banner painted by _BannerPainter (a diagonal-streak gradient with a centered painted glyph badge — no network image), a _DomainRow with a gradient favicon chip and uppercased domain, a two-line title, a two-line description, and an optional pill-shaped _MetaChip (e.g. 'Article · 6 min read'); _CompactUnfurl swaps to a 78px square painted thumbnail beside a two-line title with an open-in-new trailing icon. Tapping a card fires onLink(domain), tapping a post fires onPost(id), and the back button fires onBack — all injected callbacks, so it is fully backend-agnostic. Built in a near-mono dark palette (#0B0B0F background, #15151B surfaces) with the bundled Inter font, wrapped in SafeArea and overflow-proof with ellipsis clamping throughout. Self-contained pure Flutter with its own dark Theme and zero external dependencies.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓_BannerPainter — diagonal gradient streaks with a centered painted glyph badge used for both hero and square thumbnails, zero network images
- ✓_LargeUnfurl hero card with a 16:8.4 AspectRatio banner, _DomainRow, two-line title/description and an optional _MetaChip read-time pill
- ✓_CompactUnfurl row with a 78px square painted thumbnail, two-line title and an open-in-new trailing affordance
- ✓_PostShell cluster: gradient _Monogram avatar with auto-initials, verified badge, @handle · time line, caption and _ActionBar
- ✓Injected callbacks onBack, onLink(domain) and onPost(id) plus a bundled Inter font and self-contained dark Theme
- ✓Overflow-proof layout — ellipsis-clamped titles, Flexible domain text and SafeArea inside a #0B0B0F near-mono dark theme
Use cases
- ✓A social or community feed where posts unfurl shared articles and product links into rich cards
- ✓A link-sharing or bookmarking app timeline that previews saved URLs with domain, title and read time
- ✓A dev-tool or team news feed surfacing shared docs and specs with compact side-thumbnail previews
- ✓A reference for building custom URL-unfurl components with painted placeholder thumbnails and no image backend