mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 02:23:46 +02:00
someFeature
This commit is contained in:
parent
b7f7d4dfaf
commit
54b433e96b
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ Widget postScreenUseCase(BuildContext context) {
|
|||
var service = TestTimelineService()..fetchPosts(null);
|
||||
var options = const TimelineOptions();
|
||||
return TimelinePostScreen(
|
||||
userId: '1',
|
||||
userId: '2',
|
||||
service: service,
|
||||
options: options,
|
||||
post: service.posts.first,
|
||||
|
@ -83,7 +83,7 @@ Widget timelineUseCase(BuildContext context) {
|
|||
var service = TestTimelineService()..fetchPosts(null);
|
||||
var options = const TimelineOptions();
|
||||
return TimelineScreen(
|
||||
userId: '1',
|
||||
userId: '2',
|
||||
options: options,
|
||||
onPostTap: (_) {},
|
||||
service: service,
|
||||
|
|
Loading…
Reference in a new issue