feat: made the posts a bit more realistic

This commit is contained in:
sBubshait 2025-07-17 08:43:01 +03:00
parent d520739915
commit cedea7fbb0

View File

@ -10,13 +10,12 @@ class _FeedPageState extends State<FeedPage> {
{ {
'id': '1', 'id': '1',
'user': { 'user': {
'displayName': 'Ahmed Al-Rashid', 'displayName': 'Abu Khalid (Aqeel)',
'avatar': 'A', 'avatar': 'A',
'avatar_color': Color(0xFF32B0A5), 'avatar_color': Color(0xFF32B0A5),
}, },
'content': 'content': 'Free hasawi khalas dates! Drop by my office to grab some 😉',
'Just had an amazing coffee at the new café downtown! The atmosphere is perfect for catching up with friends.', 'timestamp': '42 minutes ago',
'timestamp': '2 hours ago',
'likes': 12, 'likes': 12,
'comments': 3, 'comments': 3,
'isLiked': false, 'isLiked': false,
@ -24,12 +23,12 @@ class _FeedPageState extends State<FeedPage> {
{ {
'id': '2', 'id': '2',
'user': { 'user': {
'displayName': 'Sarah Mohammed', 'displayName': 'Sarah Khalid',
'avatar': 'S', 'avatar': 'S',
'avatar_color': Color(0xFF4600B9), 'avatar_color': Color(0xFF4600B9),
}, },
'content': 'content':
'Excited to announce that I just got accepted into the university! Time to start this new chapter of my life 🎓', 'Alhamdulillah, I am happy to tell you I have been blessed with a baby ❤️',
'timestamp': '4 hours ago', 'timestamp': '4 hours ago',
'likes': 28, 'likes': 28,
'comments': 7, 'comments': 7,