Fix amberGold color token in AppColors and clean unused import
This commit is contained in:
@@ -20,6 +20,7 @@ class AppColors {
|
|||||||
static const Color appleBlue = Color(0xFF0071E3);
|
static const Color appleBlue = Color(0xFF0071E3);
|
||||||
static const Color saqelCyan = Color(0xFF00F5D4);
|
static const Color saqelCyan = Color(0xFF00F5D4);
|
||||||
static const Color guardianAmber = Color(0xFFF59E0B);
|
static const Color guardianAmber = Color(0xFFF59E0B);
|
||||||
|
static const Color amberGold = Color(0xFFFFD166);
|
||||||
static const Color teacherEmerald = Color(0xFF10B981);
|
static const Color teacherEmerald = Color(0xFF10B981);
|
||||||
static const Color adminViolet = Color(0xFF8B5CF6);
|
static const Color adminViolet = Color(0xFF8B5CF6);
|
||||||
static const Color whatsappGreen = Color(0xFF25D366);
|
static const Color whatsappGreen = Color(0xFF25D366);
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ import 'package:flutter_bloc/flutter_bloc.dart';
|
|||||||
import '../../../core/theme/app_colors.dart';
|
import '../../../core/theme/app_colors.dart';
|
||||||
import '../../../core/theme/app_theme.dart';
|
import '../../../core/theme/app_theme.dart';
|
||||||
import '../../../core/utils/saqel_toast.dart';
|
import '../../../core/utils/saqel_toast.dart';
|
||||||
import '../../../data/models/exam_model.dart';
|
|
||||||
import '../../../logic/cubits/exam_cubit.dart';
|
import '../../../logic/cubits/exam_cubit.dart';
|
||||||
import '../../widgets/luxury_widgets.dart';
|
import '../../widgets/luxury_widgets.dart';
|
||||||
|
|
||||||
|
|||||||
@@ -332,10 +332,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: matcher
|
name: matcher
|
||||||
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
|
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.12.18"
|
version: "0.12.19"
|
||||||
material_color_utilities:
|
material_color_utilities:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -348,10 +348,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: meta
|
name: meta
|
||||||
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
|
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.17.0"
|
version: "1.18.0"
|
||||||
nested:
|
nested:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -577,10 +577,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: test_api
|
name: test_api
|
||||||
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
|
sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.7.9"
|
version: "0.7.11"
|
||||||
typed_data:
|
typed_data:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user