We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae6b89 commit 872bb22Copy full SHA for 872bb22
lib/view/main_view.dart
@@ -93,7 +93,7 @@ class _MainViewState extends State<MainView> {
93
padding: const EdgeInsets.only(bottom: 15),
94
child: Text(
95
postController
96
- .posts[postController.posts.length - 1 - index].title,
+ .posts[index].title,
97
style: TextStyle(
98
fontSize: 16,
99
fontWeight: FontWeight.w600
0 commit comments