File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ dependencies:
77 flutter :
88 sdk : flutter
99 flutter_state_notifier : ^1.0.0
10- stream_feeds : ^0.2 .0
10+ stream_feeds : ^0.3 .0
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ command:
4646 rxdart : ^0.28.0
4747 shared_preferences : ^2.5.3
4848 state_notifier : ^1.0.0
49- stream_feeds : ^0.2 .0
49+ stream_feeds : ^0.3 .0
5050 stream_core : ^0.2.0
5151 video_player : ^2.10.0
5252 uuid : ^4.5.1
Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## 0.3.0
22- [ BREAKING] Renamed ` AppLifecycleStateProvider ` to ` LifecycleStateProvider ` and ` AppLifecycleState ` to ` LifecycleState ` .
33- Re-watch websocket events for feeds when the websocket reconnects.
44
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ class StreamFeedsClientImpl implements StreamFeedsClient {
199199 environment: const SystemEnvironment (
200200 sdkName: 'stream-feeds-dart' ,
201201 sdkIdentifier: 'dart' ,
202- sdkVersion: '0.1 .0' ,
202+ sdkVersion: '0.3 .0' ,
203203 ),
204204 );
205205
Original file line number Diff line number Diff line change 11name : stream_feeds
22description : The official Dart client for Stream Feeds, a service for building applications with activity feeds.
3- version : 0.2 .0
3+ version : 0.3 .0
44repository : https://github.com/GetStream/stream-feeds-flutter
55
66# Note: The environment configuration and dependency versions are managed by Melos.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
2929 json_annotation : ^4.9.0
3030 photo_view : ^0.15.0
3131 shared_preferences : ^2.5.3
32- stream_feeds : ^0.2 .0
32+ stream_feeds : ^0.3 .0
3333 video_player : ^2.10.0
3434
3535dev_dependencies :
You can’t perform that action at this time.
0 commit comments