remove package and change color name

This commit is contained in:
mohammad
2024-12-31 11:20:32 +03:00
parent 9e5cbc285e
commit b264f6042f
8 changed files with 9 additions and 42 deletions

View File

@ -52,7 +52,7 @@ class RolesAndPermission extends StatelessWidget {
flex: 2,
child: Container(
decoration: const BoxDecoration(
color: ColorsManager.CircleRolesBackground,
color: ColorsManager.circleRolesBackground,
borderRadius: BorderRadius.only(
topRight: Radius.circular(20),
topLeft: Radius.circular(20)),
@ -107,7 +107,7 @@ class RolesAndPermission extends StatelessWidget {
Expanded(
flex: 7,
child: Container(
color: ColorsManager.CircleRolesBackground,
color: ColorsManager.circleRolesBackground,
padding: const EdgeInsets.all(8.0),
child: Container(
color: ColorsManager.whiteColors,

View File

@ -51,7 +51,7 @@ class SpacesAccessView extends StatelessWidget {
flex: 2,
child: Container(
decoration: const BoxDecoration(
color: ColorsManager.CircleRolesBackground,
color: ColorsManager.circleRolesBackground,
borderRadius: BorderRadius.only(
topRight: Radius.circular(20),
topLeft: Radius.circular(20)),
@ -105,7 +105,7 @@ class SpacesAccessView extends StatelessWidget {
Expanded(
flex: 7,
child: Container(
color: ColorsManager.CircleRolesBackground,
color: ColorsManager.circleRolesBackground,
padding: const EdgeInsets.all(8.0),
child: Container(
color: ColorsManager.whiteColors,

View File

@ -88,7 +88,7 @@ class _DynamicTableScreenState extends State<DynamicTableScreen>
// Header Row with Resizable Columns
Container(
decoration: containerDecoration.copyWith(
color: ColorsManager.CircleRolesBackground,
color: ColorsManager.circleRolesBackground,
borderRadius: BorderRadius.only(
topLeft: Radius.circular(15),
topRight: Radius.circular(15))),

View File

@ -32,7 +32,7 @@ class RoleCard extends StatelessWidget {
backgroundColor: ColorsManager.neutralGray,
radius: 65,
child: CircleAvatar(
backgroundColor: ColorsManager.CircleRolesBackground,
backgroundColor: ColorsManager.circleRolesBackground,
radius: 62,
child: Icon(
Icons.admin_panel_settings,

View File

@ -86,7 +86,7 @@ class DraggableCard extends StatelessWidget {
height: 50,
width: 50,
decoration: BoxDecoration(
color: ColorsManager.CircleImageBackground,
color: ColorsManager.circleImageBackground,
borderRadius: BorderRadius.circular(90),
border: Border.all(
color: ColorsManager.graysColor,

View File

@ -54,8 +54,8 @@ abstract class ColorsManager {
static const Color neutralGray = Color(0xFFE5E5E5);
static const Color warningRed = Color(0xFFFF6465);
static const Color borderColor = Color(0xFFE5E5E5);
static const Color CircleImageBackground = Color(0xFFF4F4F4);
static const Color CircleRolesBackground = Color(0xFFF8F8F8);
static const Color circleImageBackground = Color(0xFFF4F4F4);
static const Color circleRolesBackground = Color(0xFFF8F8F8);
static const Color activeGreen = Color(0xFF99FF93);
static const Color activeGreenText = Color(0xFF008905);
static const Color disabledPink = Color(0xFFFF9395);

View File

@ -312,14 +312,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.2.0"
intl_phone_number_input:
dependency: "direct main"
description:
name: intl_phone_number_input
sha256: "1c4328713a9503ab26a1fdbb6b00b4cada68c18aac922b35bedbc72eff1297c3"
url: "https://pub.dev"
source: hosted
version: "0.7.4"
js:
dependency: transitive
description:
@ -352,30 +344,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.1"
libphonenumber_platform_interface:
dependency: transitive
description:
name: libphonenumber_platform_interface
sha256: f801f6c65523f56504b83f0890e6dad584ab3a7507dca65fec0eed640afea40f
url: "https://pub.dev"
source: hosted
version: "0.4.2"
libphonenumber_plugin:
dependency: transitive
description:
name: libphonenumber_plugin
sha256: c615021d9816fbda2b2587881019ed595ecdf54d999652d7e4cce0e1f026368c
url: "https://pub.dev"
source: hosted
version: "0.3.3"
libphonenumber_web:
dependency: transitive
description:
name: libphonenumber_web
sha256: "8186f420dbe97c3132283e52819daff1e55d60d6db46f7ea5ac42f42a28cc2ef"
url: "https://pub.dev"
source: hosted
version: "0.3.2"
lints:
dependency: transitive
description:

View File

@ -53,7 +53,6 @@ dependencies:
uuid: ^4.4.2
time_picker_spinner: ^1.0.0
intl_phone_field: ^3.2.0
intl_phone_number_input: ^0.7.4
dev_dependencies:
flutter_test: