Drop-in social feed for Flutter apps, on mobile and web. Posts, comments, likes, polls and topics, in social, Q&A or video form.
Docs: https://docs.likeminds.io/
Universal and personalised feeds · posts with text, images, video, documents and PDFs, link previews, polls and custom widgets · comments with nested replies · likes with liker lists · topics and topic-filtered feeds · @-mentions · save, pin, hide, repost, share with deep links · search · activity feed · report and a pending-post moderation queue · background upload with retry · push notifications.
Beyond that: feedrooms with list, explore, join and leave, a guest flow, user connections and block list, and Flutter web support.
dependencies:
likeminds_feed_flutter_core: ^1.17.1This is a Melos monorepo. Two published packages live inside it:
| Package | Path | What it is |
|---|---|---|
likeminds_feed_flutter_core |
packages/integration |
Screens, 17 BLoCs, deep-link handler, media and S3 services |
likeminds_feed_flutter_ui |
packages/ui |
Widgets and theme |
The data layer is a separate package:
likeminds_feed: ^1.21.0Source at likeminds-feed-flutter-data.
Every screen takes builder, style, settings and config overrides, so you can change
appearance and behaviour without subclassing. Three worked examples:
social-dark (heaviest),
surassa,
koshiqa (lightest).
example/ for the social feed, example_video_feed/ for the reels-style feed.
Melos scripts test-build against Flutter 3.19, 3.22 and 3.24.
See the org-wide contributing guide. Security issues go to natesh@likeminds.community, not the issue tracker.
Apache 2.0. See LICENSE.