9/13/1
This commit is contained in:
@@ -5,4 +5,5 @@ class AppColor {
|
||||
static const Color secondaryColor = Colors.white;
|
||||
static const Color accentColor = Colors.grey;
|
||||
static const Color redColor = Color.fromARGB(255, 199, 56, 46);
|
||||
static const Color greenColor = Color.fromARGB(255, 43, 225, 43);
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@ class AppLink {
|
||||
//-----------------ridessss------------------
|
||||
static const String addRides = "$ride/rides/add.php";
|
||||
static const String getRides = "$ride/rides/get.php";
|
||||
static const String getRideStatus = "$ride/rides/getRideStatus.php";
|
||||
static const String updateRides = "$ride/rides/update.php";
|
||||
static const String deleteRides = "$ride/rides/delete.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user