🐛 Dozens of bug fixes

This commit is contained in:
2025-08-06 18:15:13 +08:00
parent b31a915544
commit fff43de9e3
3 changed files with 9 additions and 3 deletions

View File

@@ -218,6 +218,11 @@ class ExploreScreen extends HookConsumerWidget {
right: 12,
top: 16,
),
onChecked: () {
ref.invalidate(
eventCalendarProvider(query.value),
);
},
),
Card(
margin: EdgeInsets.only(left: 8, right: 12, top: 8),