
Pulse · Following Feed
Pulse · Following Feed is a production-ready Social Flutter screen from FlutterKit Pro, installable with flutterkit add social-feed-following.
The Following Feed is the strictly chronological tab of Pulse's home screen, built as a self-contained pure-Flutter widget. Top to bottom: a 56px top bar with an 'Home' wordmark (Inter w800, tight -0.8 letter-spacing) plus search and notification IconButtons; a two-column segmented control (_SegTabs) where 'Following' is active, drawn with a 34px indigo underline while 'For you' sits muted and taps back through onSwitchTab. Below, a ListView of _PostCard rows — each with a gradient _Monogram avatar (initials derived from the author's name), verified badge, @handle · time metadata, a more_horiz affordance, body copy at 1.5 line-height, and for media posts a 16:10 _MediaPainter canvas that draws a two-tone diagonal-streak gradient with a soft highlight orb. Every card carries an _ActionBar with like, comment (counts auto-formatted to '803'/'0.8k' via _fmt), Share and a bookmark. The column ends with a _CaughtUpDivider — a check_circle in success green flanked by hairline rules and 'You've seen everything from people you follow' — then a _SuggestCard nudging a suggested account with an indigo Follow FilledButton. The palette is Pulse's dark near-mono (#0B0B0F bg, #15151B surface, #26262F hairlines) accented with brand indigo #6E56F7 and #34D399 green, all in bundled Inter. It is backend-agnostic: onSwitchTab, onSearch, onNotifications, onPost(id) and onFollow(handle) are injected callbacks, wrapped in SafeArea and overflow-proof with no network images.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓_MediaPainter CustomPainter that renders 16:10 post media as a two-tone diagonal-streak gradient with a soft highlight orb — no network images
- ✓_SegTabs segmented control with active Following underline and a For-you tab wired to onSwitchTab
- ✓_PostCard cluster: gradient _Monogram avatar, verified badge, @handle · time, body, and per-post media toggle
- ✓_ActionBar with like/comment/Share/bookmark and _fmt count formatter that collapses 803+ into k-suffixed labels
- ✓_CaughtUpDivider inline end-of-feed state and _SuggestCard follow nudge with an indigo Follow FilledButton (onFollow)
- ✓Bundled Inter font, Pulse dark near-mono theme with #6E56F7 indigo, SafeArea, and injected onSearch/onNotifications/onPost callbacks
Use cases
- ✓Ship the chronological 'Following' home tab for a Linear-style social or micro-blogging app
- ✓Demo a time-ordered, algorithm-free feed alongside a separate 'For you' tab in a product pitch
- ✓Drop in a post-card list with like/comment/share/bookmark actions wired to your own backend via callbacks
- ✓Prototype an end-of-feed 'all caught up' state plus suggested-account follow nudge for retention flows