mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 18:43:45 +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 service = TestTimelineService()..fetchPosts(null);
|
||||||
var options = const TimelineOptions();
|
var options = const TimelineOptions();
|
||||||
return TimelinePostScreen(
|
return TimelinePostScreen(
|
||||||
userId: '1',
|
userId: '2',
|
||||||
service: service,
|
service: service,
|
||||||
options: options,
|
options: options,
|
||||||
post: service.posts.first,
|
post: service.posts.first,
|
||||||
|
@ -83,7 +83,7 @@ Widget timelineUseCase(BuildContext context) {
|
||||||
var service = TestTimelineService()..fetchPosts(null);
|
var service = TestTimelineService()..fetchPosts(null);
|
||||||
var options = const TimelineOptions();
|
var options = const TimelineOptions();
|
||||||
return TimelineScreen(
|
return TimelineScreen(
|
||||||
userId: '1',
|
userId: '2',
|
||||||
options: options,
|
options: options,
|
||||||
onPostTap: (_) {},
|
onPostTap: (_) {},
|
||||||
service: service,
|
service: service,
|
||||||
|
|
Loading…
Reference in a new issue