
Pulse · Suggested Creators
Pulse · Suggested Creators is a production-ready Social Flutter screen from FlutterKit Pro, installable with flutterkit add social-explore-creators.
Suggested Creators is Pulse's 'who to follow' discovery screen, built as self-contained pure Flutter. Under a 56px top bar with a back arrow and a bold 'Discover creators' title sits a scrolling ListView. The first section, labelled 'SUGGESTED FOR YOU', is a 296px-tall horizontal ListView.separated of 240px-wide _CreatorCard tiles: each card has a 76px gradient banner painted by _BannerPainter (a diagonal LinearGradient shader with a soft translucent white circle bubble), a 56px gradient avatar with the creator's initials overlapping the banner via a Transform.translate, the name, @handle, a two-line bio, follower and post mini-stats, and a full-width gradient Follow button. Below, a 'MORE TO EXPLORE' section renders a vertical stack of _MiniRow entries — a 44px initials avatar, name, and a 'handle · bio' line with a compact pill Follow button. Every Follow toggles local state in a _following Set, flipping the button to an outlined 'Following' state and firing the injected onFollow callback; tapping a card or row fires onCreator, and the back arrow fires onBack. The palette is Pulse's dark near-mono (#0B0B0F background, #15151B surfaces, #26262F hairlines) accented by indigo #6E56F7 and lilac #9B8CFF, all set in the bundled Inter font. It is wrapped in SafeArea, overflow-proof, uses no network images, and is a backend-agnostic drop-in wired entirely through injected callbacks.
Reveal the one-line command to drop this screen into your project.
Licensed for unlimited commercial projects · resale prohibited · License
What's included
- ✓_BannerPainter CustomPainter that shaders a diagonal per-creator gradient banner and paints a translucent white accent circle
- ✓296px-tall horizontal ListView.separated of 240px _CreatorCard tiles with overlapping gradient initials avatars
- ✓Local _following Set state that toggles each Follow button to an outlined 'Following' pill and fires onFollow
- ✓MORE TO EXPLORE vertical stack of _MiniRow entries with 44px initials avatars and compact follow pills
- ✓onBack, onCreator(handle) and onFollow(handle) callback hooks for fully backend-agnostic wiring
- ✓Bundled Inter font with Pulse's dark near-mono palette plus indigo #6E56F7 / lilac #9B8CFF accents, SafeArea-wrapped
Use cases
- ✓A who-to-follow onboarding step that seeds new users with suggested creators to build an initial feed
- ✓An Explore or Discover tab surfacing recommended creators with follow-in-place actions
- ✓A sidebar or empty-feed prompt nudging users toward relevant accounts to follow
- ✓A creator-recommendation module driven by a personalization backend through the injected callbacks