Pulse · Liked By — Social Flutter screen
Social
21 views

Pulse · Liked By

Pulse · Liked By is a production-ready Social Flutter screen from FlutterKit Pro, installable with flutterkit add social-post-likes.

Liked By is Pulse's roster of accounts that liked a post, built as a self-contained dark-theme Flutter screen. Below a hairline-bordered _TopBar with a back chevron and a bold 'Liked by' title sits a rounded _SearchField placeholder ('Search people') on the #1D1D26 alt surface, then a muted '8,940 likes' count aligned left. The body is a ListView.builder of _AccountRow tiles: each pairs a 44px circular _Monogram avatar — auto-generated two-letter initials on a topLeft-to-bottomRight LinearGradient in per-account color pairs (emerald, indigo, rose, amber) — with a display name, an optional indigo Icons.verified badge, and a '@handle · note' subline carrying mutual-follow context like 'Follows you', 'Followed by Maya', 'Suggested for you', or 'New to Pulse'. On the right, a _FollowToggle swaps between an indigo #6E56F7 FilledButton 'Follow' and an outlined 'Following' pill, flipping its own state via setState on tap. The palette is the Pulse near-mono dark system (#0B0B0F base, #F4F4F7 text, #8A8A99 muted, #6E56F7 brand, #26262F hairlines) with the bundled Inter font throughout. Pure Flutter (Material only), wrapped in SafeArea, overflow-proof with ellipsis-clamped text, no network images — a backend-agnostic drop-in wired through injected onBack, onProfile(handle), and onFollow(handle) callbacks.

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

Licensed for unlimited commercial projects · resale prohibited · License

What's included

  • _Monogram avatar widget painting two-letter initials over a per-account topLeft-to-bottomRight LinearGradient in emerald, indigo, rose and amber pairs
  • _FollowToggle that swaps an indigo #6E56F7 FilledButton 'Follow' for an outlined 'Following' pill and flips its own state via setState on tap
  • _AccountRow cluster: name, optional indigo Icons.verified badge, and a '@handle · note' subline for mutual-follow context, all ellipsis-clamped
  • _TopBar with back chevron and bold 'Liked by' title, a rounded _SearchField 'Search people' placeholder, and a muted '8,940 likes' count
  • Injected onBack, onProfile(handle) and onFollow(handle) callbacks with a whole-row GestureDetector opening the tapped profile
  • Bundled Inter font and the Pulse dark theme (#0B0B0F base, #F4F4F7 text, #8A8A99 muted, #26262F hairlines) in a SafeArea, no network images

Use cases

  • Show the full list of accounts that liked a post or comment in a social feed app
  • Power a reposts or reactions roster by reusing the same account-row and follow-toggle layout
  • Drive follower discovery where each verified, mutual-follow-tagged row lets users follow back inline
  • Present a 'people who reacted' sheet with searchable, tappable profiles above a live like count

Related screens