Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
flutter:
sdk: flutter
flutter_state_notifier: ^1.0.0
stream_feeds: ^0.2.0
stream_feeds: ^0.3.0
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ command:
rxdart: ^0.28.0
shared_preferences: ^2.5.3
state_notifier: ^1.0.0
stream_feeds: ^0.2.0
stream_feeds: ^0.3.0
stream_core: ^0.2.0
video_player: ^2.10.0
uuid: ^4.5.1
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_feeds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.3.0
- [BREAKING] Renamed `AppLifecycleStateProvider` to `LifecycleStateProvider` and `AppLifecycleState` to `LifecycleState`.
- Re-watch websocket events for feeds when the websocket reconnects.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class StreamFeedsClientImpl implements StreamFeedsClient {
environment: const SystemEnvironment(
sdkName: 'stream-feeds-dart',
sdkIdentifier: 'dart',
sdkVersion: '0.1.0',
sdkVersion: '0.3.0',
),
);

Expand Down
2 changes: 1 addition & 1 deletion packages/stream_feeds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stream_feeds
description: The official Dart client for Stream Feeds, a service for building applications with activity feeds.
version: 0.2.0
version: 0.3.0
repository: https://github.com/GetStream/stream-feeds-flutter

# Note: The environment configuration and dependency versions are managed by Melos.
Expand Down
2 changes: 1 addition & 1 deletion sample_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
json_annotation: ^4.9.0
photo_view: ^0.15.0
shared_preferences: ^2.5.3
stream_feeds: ^0.2.0
stream_feeds: ^0.3.0
video_player: ^2.10.0

dev_dependencies:
Expand Down
Loading