Update macOS Flutter env and shifts import
Regenerate and update ephemeral macOS Flutter config and env script with local paths and build settings (FLUTTER_ROOT, FLUTTER_APPLICATION_PATH, FLUTTER_TARGET, FLUTTER_BUILD_NAME, DART_DEFINES, PACKAGE_CONFIG). Update generated localization timestamp. Add missing import for shifts_bloc in shift_details_page.dart to enable bloc usage in the page.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/// Locales: 2
|
||||
/// Strings: 1044 (522 per locale)
|
||||
///
|
||||
/// Built on 2026-01-30 at 23:09 UTC
|
||||
/// Built on 2026-01-31 at 17:37 UTC
|
||||
|
||||
// coverage:ignore-file
|
||||
// ignore_for_file: type=lint, unused_import
|
||||
|
||||
@@ -4,6 +4,7 @@ import 'package:lucide_icons/lucide_icons.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:design_system/design_system.dart';
|
||||
import 'package:krow_domain/krow_domain.dart';
|
||||
import 'package:staff_shifts/src/presentation/blocs/shifts/shifts_bloc.dart';
|
||||
import '../../domain/usecases/get_shift_details_usecase.dart';
|
||||
import '../../domain/usecases/accept_shift_usecase.dart';
|
||||
import '../../domain/usecases/decline_shift_usecase.dart';
|
||||
|
||||
Reference in New Issue
Block a user