Pulse · Reply Thread — Social Flutter screen
Social
36 views

Pulse · Reply Thread

Pulse · Reply Thread is a production-ready Social Flutter screen from FlutterKit Pro, installable with flutterkit add social-post-replies.

Reply Thread is the drill-in comment view for the Pulse social app, built to sit one tap below a feed post. A 56px _TopBar leads with a back chevron and a tight 'Thread' title, over a hairline divider. The scroll body opens with the _Parent block: a 42px gradient _Monogram (DK), the author name with '@devk · 18m' meta, then the parent comment rendered as a rounded card with a 3px indigo #6E56F7 accent stripe down the left edge and a like/Reply action row (heart + '42 likes'). A '3 replies · Most recent' header introduces the reply list, where each _ReplyNode indents under a 2px hairline thread rail, pairs a 32px gradient monogram with name, '@handle · time' and body text, and its own heart-count and tappable Reply. Nodes flagged collapsed surface an inline 'Show 2 more replies' expander in indigo. A fixed-height _Composer is pinned to the bottom: your own AR monogram, a rounded 'Reply to Dev Kapoor…' field, and a circular indigo send button. Palette is the Pulse dark near-mono set (#0B0B0F background, #15151B/#1D1D26 surfaces, indigo brand, #F4F4F7/#B5B5C2 text) in the bundled Inter font. It is self-contained pure Flutter — own dark ThemeData, SafeArea, IntrinsicHeight-based overflow-proof layout, no network images — and fully backend-agnostic, wired through injected onBack, onReply(handle), onExpand and onAddReply callbacks.

Reveal the one-line command to drop this screen into your project.

Licensed for unlimited commercial projects · resale prohibited · License

What's included

  • _Parent quote card with a 3px indigo accent stripe, gradient DK monogram, and a 42-likes / Reply action row
  • _ReplyNode list items indented under a 2px hairline thread rail, each with monogram, handle·time meta, likes and Reply
  • Inline 'Show 2 more replies' expander that renders only when a node's collapsed flag is set, wired to onExpand
  • Pinned fixed-height _Composer with your AR monogram, a 'Reply to Dev Kapoor…' pill field, and a circular indigo send button
  • Reusable gradient _Monogram widget generating initials from a name at 42/34/32px sizes
  • Backend-agnostic callback hooks (onBack, onReply(handle), onExpand, onAddReply) plus bundled Inter font and Pulse dark theme

Use cases

  • Drill-in comment thread when a user taps a reply count on a feed post
  • Nested conversation view for a community or discussion product with parent-quote context
  • Reply-and-continue screen where the pinned composer keeps the reply box always reachable
  • Notification deep-link target that opens a specific comment with its threaded replies

Related screens