From 87520d766442c141015b40abb27921432e0ff98c Mon Sep 17 00:00:00 2001 From: Vaibhav Surve Date: Tue, 4 Nov 2025 16:26:33 +0530 Subject: [PATCH] fix: Adjust spacing and add today's planned tasks display in daily task planning --- lib/view/taskPlanning/daily_task_planning.dart | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/view/taskPlanning/daily_task_planning.dart b/lib/view/taskPlanning/daily_task_planning.dart index f0fa572..dd28f52 100644 --- a/lib/view/taskPlanning/daily_task_planning.dart +++ b/lib/view/taskPlanning/daily_task_planning.dart @@ -477,7 +477,18 @@ class _DailyTaskPlanningScreenState extends State ), ], ), - MySpacing.height(8), + + MySpacing.height(6), + Row( + children: [ + MyText.bodySmall( + "Today's Planned: ${item.todaysAssigned ?? 0}", + fontWeight: 600, + ), + ], + ), + + MySpacing.height(16), Stack( children: [ Container(