6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 9bedd586

AuthorMikkel Thygesen<mikkelet@gmail.com>
Date2026-03-17 20:44:23 +0100
Added more logging

Changed files

comwell_key_app/lib/force_update/force_update_state.dart | 1 -
 comwell_key_app/lib/share/cubit/share_booking_cubit.dart | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/comwell_key_app/lib/force_update/force_update_state.dart b/comwell_key_app/lib/force_update/force_update_state.dart
index eb0dd702..4b38c8be 100644
--- a/comwell_key_app/lib/force_update/force_update_state.dart
+++ b/comwell_key_app/lib/force_update/force_update_state.dart
@@ -1,6 +1,5 @@
part of 'force_update_cubit.dart';
-@immutable
class ForceUpdateState {
final bool isLoading;
final String? error;
diff --git a/comwell_key_app/lib/share/cubit/share_booking_cubit.dart b/comwell_key_app/lib/share/cubit/share_booking_cubit.dart
index 7da7c2c6..bd4cd408 100644
--- a/comwell_key_app/lib/share/cubit/share_booking_cubit.dart
+++ b/comwell_key_app/lib/share/cubit/share_booking_cubit.dart
@@ -5,6 +5,7 @@ import 'package:comwell_key_app/utils/l10n_utils.dart';
import 'package:equatable/equatable.dart';
import 'package:comwell_key_app/overview/models/booking.dart';
import 'package:flutter/material.dart';
+import 'package:intl/intl.dart';
import 'package:share_plus/share_plus.dart';
part 'share_booking_state.dart';