chore: Update Flutter version and dependencies

This commit is contained in:
2026-03-08 14:10:50 +01:00
parent 4c5fa10ffd
commit 6c504e0125
19 changed files with 2578 additions and 1243 deletions

View File

@@ -1,7 +1,7 @@
part of 'calendar_bloc.dart';
@freezed
class CalendarState with _$CalendarState {
abstract class CalendarState with _$CalendarState {
factory CalendarState(
bool refreshing,
int refreshingCount,