Activity Feeds V3 is in closed alpha — do not use it in production (just yet).

Installation

The Flutter SDK for Stream Feeds is distributed through pub.dev.

Currently we only have a package for the low level Feeds client: stream_feed. Releases and changes are published on the GitHub releases page.

Adding the SDK to your project

To add the Flutter SDK, you can add the latest dependencies for the SDK to your pubspec.yaml file:

dependencies:
stream_feed: ^latest

Additionally, you can also run the flutter pub add command in the terminal to do this:

flutter pub add stream_feed

This command will automatically install the latest versions of the Stream SDK package from pub.dev to the dependencies section of your pubspec.yaml.

© Getstream.io, Inc. All Rights Reserved.