feat: 알림 재예약 개선과 패키지 업그레이드

This commit is contained in:
JiWoong Sul
2025-09-19 18:10:47 +09:00
parent e909ba59a4
commit 87f82546a4
24 changed files with 210 additions and 122 deletions

View File

@@ -18,13 +18,13 @@ class MainScreenSummaryCard extends StatelessWidget {
final AnimationController waveController;
final AnimationController slideController;
const MainScreenSummaryCard({
Key? key,
super.key,
required this.provider,
required this.fadeController,
required this.pulseController,
required this.waveController,
required this.slideController,
}) : super(key: key);
});
@override
Widget build(BuildContext context) {