admin 26-5-2
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class AppColor {
|
||||
// --- Core Design Tokens ---
|
||||
|
||||
@@ -42,5 +40,5 @@ class AppColor {
|
||||
static const Color greenColor = success;
|
||||
static const Color blueColor = info;
|
||||
static const Color yellowColor = warning;
|
||||
static const Color deepPurpleAccent = accent; // Map to accent
|
||||
}
|
||||
|
||||
|
||||
@@ -119,6 +119,7 @@ class AppLink {
|
||||
/////////---getKazanPercent===////////////
|
||||
static String getKazanPercent = "$ride/kazan/get.php";
|
||||
static String addKazanPercent = "$ride/kazan/add.php";
|
||||
static String updateKazanPercent = "$ride/kazan/update.php";
|
||||
|
||||
////-----------------DriverPayment------------------
|
||||
static String addDriverpayment = "$tripzPaymentServer/payment/add.php";
|
||||
|
||||
Reference in New Issue
Block a user