feat(calendar): add dayweek, month and event detail screens

This commit is contained in:
qzl
2026-02-25 11:12:24 +08:00
parent 567b3d6712
commit b397d51dcc
3 changed files with 314 additions and 6 deletions
@@ -1,6 +1,5 @@
import 'package:flutter/material.dart';
import 'package:lucide_icons/lucide_icons.dart';
import '../../../../core/theme/design_tokens.dart';
enum DockTab { todo, calendar }
@@ -94,11 +93,7 @@ class BottomDock extends StatelessWidget {
borderRadius: BorderRadius.circular(18),
border: Border.all(color: const Color(0xFFC9D8EE)),
),
child: const Icon(
LucideIcons.house,
size: 20,
color: Color(0xFF1E3A8A),
),
child: const Icon(LucideIcons.home, size: 20, color: Color(0xFF1E3A8A)),
),
);
}