feat: update schedule
This commit is contained in:
parent
de42fc68a4
commit
2d6d93772e
@ -65,61 +65,6 @@ class _SchedulePageState extends State<SchedulePage>
|
||||
|
||||
// Optimized schedules with const constructor
|
||||
static final List<Schedule> _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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user