This commit is contained in:
PhyoThandar
2020-06-01 14:42:42 +06:30
parent cb88e7b65c
commit 29df5a98ca
12 changed files with 431 additions and 122 deletions

View File

@@ -14,8 +14,7 @@ class PickUpModel extends BaseModel {
var profile = FCSProfile(
id: '1',
usaAddress:
'154-19 64th Ave.\nFlushing, NY 11367\nTEL. +1 (929) 215-2247',
usaAddress: '154-19 64th Ave.\nFlushing, NY 11367',
mmAddress: 'FCS Trading Myanmar\nRoom 333, Yangon',
usaContactNumber: '1 (929) 215-2247',
mmContactNumber: '+95 9 700224723',
@@ -33,8 +32,7 @@ class PickUpModel extends BaseModel {
weight: 25,
status: 'Pending',
date: DateTime(2020, 5, 1),
address:
'154-19 64th Ave.\nFlushing, NY 11367\nTEL. +1 (929) 215-2247'),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
PickUp(
id: "P200125 - 12 May 2020",
userName: "Ko Kyaw Nyi",
@@ -45,8 +43,7 @@ class PickUpModel extends BaseModel {
weight: 25,
status: 'Assigned',
date: DateTime(2020, 5, 6),
address:
'154-19 64th Ave.\nFlushing, NY 11367\nTEL. +1 (929) 215-2247'),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
PickUp(
id: "P200441 - 13 Apr 2020",
userName: "Ko Kyaw Nyi",
@@ -57,8 +54,7 @@ class PickUpModel extends BaseModel {
weight: 25,
status: "Pickuped",
date: DateTime(2020, 5, 9),
address:
'154-19 64th Ave.\nFlushing, NY 11367\nTEL. +1 (929) 215-2247'),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
PickUp(
id: "P200412 - 12 Apr 2020",
userName: "Ko Kyaw Nyi",
@@ -69,8 +65,7 @@ class PickUpModel extends BaseModel {
weight: 25,
status: 'Pickuped',
date: DateTime(2020, 5, 15),
address:
'154-19 64th Ave.\nFlushing, NY 11367\nTEL. +1 (929) 215-2247'),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
PickUp(
id: "P200125 - 12 May 2020",
userName: "Ko Kyaw Nyi",
@@ -81,8 +76,7 @@ class PickUpModel extends BaseModel {
weight: 25,
status: 'Pickuped',
date: DateTime(2020, 5, 20),
address:
'154-19 64th Ave.\nFlushing, NY 11367\nTEL. +1 (929) 215-2247'),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
PickUp(
id: "P200441 - 13 Apr 2020",
userName: "Ko Kyaw Nyi",
@@ -93,8 +87,7 @@ class PickUpModel extends BaseModel {
weight: 25,
status: "Pickuped",
date: DateTime(2020, 5, 21),
address:
'154-19 64th Ave.\nFlushing, NY 11367\nTEL. +1 (929) 215-2247'),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
PickUp(
id: "P200441 - 10 Apr 2020",
userName: "Ko Kyaw Nyi",
@@ -105,8 +98,7 @@ class PickUpModel extends BaseModel {
weight: 25,
status: "Canceled",
date: DateTime(2020, 5, 25),
address:
'154-19 64th Ave.\nFlushing, NY 11367\nTEL. +1 (929) 215-2247'),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
PickUp(
id: "P200441 - 6 Apr 2020",
userName: "Ko Kyaw Nyi",
@@ -117,8 +109,7 @@ class PickUpModel extends BaseModel {
weight: 25,
status: "Canceled",
date: DateTime(2020, 5, 27),
address:
'154-19 64th Ave.\nFlushing, NY 11367\nTEL. +1 (929) 215-2247'),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
];
List<PickUp> get canceled {