File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
sample_app/lib/screens/home/widgets Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ command:
4242
4343 # TODO Replace with hosted version when published
4444 stream_core :
45- path : /Users/xsahil03x/StudioProjects/stream-core-flutter/packages/stream_core
45+ git :
46+ url : https://github.com/GetStream/stream-core-flutter.git
47+ ref : 944f677e72e30f148f5f7c251419f3ad1dac2ffa
48+ path : packages/stream_core
4649
4750 # List of all the dev_dependencies used in the project.
4851 dev_dependencies :
Original file line number Diff line number Diff line change @@ -34,7 +34,10 @@ dependencies:
3434 rxdart : ^0.28.0
3535 state_notifier : ^1.0.0
3636 stream_core :
37- path : /Users/xsahil03x/StudioProjects/stream-core-flutter/packages/stream_core
37+ git :
38+ url : https://github.com/GetStream/stream-core-flutter.git
39+ ref : 944f677e72e30f148f5f7c251419f3ad1dac2ffa
40+ path : packages/stream_core
3841 uuid : ^4.5.1
3942
4043dev_dependencies :
Original file line number Diff line number Diff line change @@ -122,7 +122,11 @@ class _ActivityCommentsViewState extends State<ActivityCommentsView> {
122122 if (text == null ) return ;
123123
124124 await activity.addComment (
125- ActivityAddCommentRequest (comment: text, parentId: parentComment? .id),
125+ ActivityAddCommentRequest (
126+ comment: text,
127+ parentId: parentComment? .id,
128+ activityId: activity.activityId,
129+ ),
126130 );
127131 }
128132
You can’t perform that action at this time.
0 commit comments