diff --git a/lib/presentation/pages/schedule/schedule_page.dart b/lib/presentation/pages/schedule/schedule_page.dart index 15b4d68..481fdfb 100644 --- a/lib/presentation/pages/schedule/schedule_page.dart +++ b/lib/presentation/pages/schedule/schedule_page.dart @@ -65,61 +65,6 @@ class _SchedulePageState extends State // Optimized schedules with const constructor static final List _schedules = [ - Schedule( - date: DateTime.now(), - title: 'Morning Shift', - subtitle: '8am - 1pm (5h)', - time: '08:00', - color: AppColor.primary, - icon: Icons.work, - hasDetails: true, - location: 'Office Building A', - instructions: 'Check all equipment before starting', - ), - Schedule( - date: DateTime.now(), - title: 'Morning Shift', - subtitle: '8am - 1pm (5h)', - time: '08:00', - color: AppColor.primary, - icon: Icons.work, - hasDetails: true, - location: 'Office Building A', - instructions: 'Check all equipment before starting', - ), - Schedule( - date: DateTime.now(), - title: 'Morning Shift', - subtitle: '8am - 1pm (5h)', - time: '08:00', - color: AppColor.primary, - icon: Icons.work, - hasDetails: true, - location: 'Office Building A', - instructions: 'Check all equipment before starting', - ), - Schedule( - date: DateTime.now(), - title: 'Morning Shift', - subtitle: '8am - 1pm (5h)', - time: '08:00', - color: AppColor.primary, - icon: Icons.work, - hasDetails: true, - location: 'Office Building A', - instructions: 'Check all equipment before starting', - ), - Schedule( - date: DateTime.now(), - title: 'Morning Shift', - subtitle: '8am - 1pm (5h)', - time: '08:00', - color: AppColor.primary, - icon: Icons.work, - hasDetails: true, - location: 'Office Building A', - instructions: 'Check all equipment before starting', - ), Schedule( date: DateTime.now(), title: 'Morning Shift',