From 0f0c90ef564567afafebdfb9bbb1685777ab2753 Mon Sep 17 00:00:00 2001 From: Jacques Date: Thu, 25 Jan 2024 15:57:09 +0100 Subject: [PATCH] fix: problems --- .../example/lib/apps/widgets/screens/post_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_timeline/example/lib/apps/widgets/screens/post_screen.dart b/packages/flutter_timeline/example/lib/apps/widgets/screens/post_screen.dart index 0bae2fb..485b7f2 100644 --- a/packages/flutter_timeline/example/lib/apps/widgets/screens/post_screen.dart +++ b/packages/flutter_timeline/example/lib/apps/widgets/screens/post_screen.dart @@ -22,7 +22,7 @@ class _PostScreenState extends State { body: TimelinePostScreen( userId: 'test_user', service: widget.service, - options: TimelineOptions(), + options: const TimelineOptions(), post: widget.post, onPostDelete: () { Navigator.of(context).pop();