From db9004c9ed06bdc420b053221e4ed81e7c77c732 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Thu, 3 Sep 2026 13:31:46 +0300 Subject: [PATCH] Fix amberGold color token in AppColors and clean unused import --- apps/student_app/lib/core/theme/app_colors.dart | 1 + .../screens/exams/adaptive_exam_screen.dart | 1 - apps/student_app/pubspec.lock | 12 ++++++------ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/student_app/lib/core/theme/app_colors.dart b/apps/student_app/lib/core/theme/app_colors.dart index e189b79..a0dae0e 100644 --- a/apps/student_app/lib/core/theme/app_colors.dart +++ b/apps/student_app/lib/core/theme/app_colors.dart @@ -20,6 +20,7 @@ class AppColors { static const Color appleBlue = Color(0xFF0071E3); static const Color saqelCyan = Color(0xFF00F5D4); static const Color guardianAmber = Color(0xFFF59E0B); + static const Color amberGold = Color(0xFFFFD166); static const Color teacherEmerald = Color(0xFF10B981); static const Color adminViolet = Color(0xFF8B5CF6); static const Color whatsappGreen = Color(0xFF25D366); diff --git a/apps/student_app/lib/presentation/screens/exams/adaptive_exam_screen.dart b/apps/student_app/lib/presentation/screens/exams/adaptive_exam_screen.dart index e36595a..f97b0e8 100644 --- a/apps/student_app/lib/presentation/screens/exams/adaptive_exam_screen.dart +++ b/apps/student_app/lib/presentation/screens/exams/adaptive_exam_screen.dart @@ -4,7 +4,6 @@ import 'package:flutter_bloc/flutter_bloc.dart'; import '../../../core/theme/app_colors.dart'; import '../../../core/theme/app_theme.dart'; import '../../../core/utils/saqel_toast.dart'; -import '../../../data/models/exam_model.dart'; import '../../../logic/cubits/exam_cubit.dart'; import '../../widgets/luxury_widgets.dart'; diff --git a/apps/student_app/pubspec.lock b/apps/student_app/pubspec.lock index 173cd02..bf689f5 100644 --- a/apps/student_app/pubspec.lock +++ b/apps/student_app/pubspec.lock @@ -332,10 +332,10 @@ packages: dependency: transitive description: name: matcher - sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6" + sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861 url: "https://pub.dev" source: hosted - version: "0.12.18" + version: "0.12.19" material_color_utilities: dependency: transitive description: @@ -348,10 +348,10 @@ packages: dependency: transitive description: name: meta - sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" + sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349" url: "https://pub.dev" source: hosted - version: "1.17.0" + version: "1.18.0" nested: dependency: transitive description: @@ -577,10 +577,10 @@ packages: dependency: transitive description: name: test_api - sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636" + sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e" url: "https://pub.dev" source: hosted - version: "0.7.9" + version: "0.7.11" typed_data: dependency: transitive description: