add home screen and shipping addresses

This commit is contained in:
Thinzar Win
2020-06-24 16:06:40 +06:30
parent 752e38edf2
commit 6f6bd20e3e
17 changed files with 698 additions and 169 deletions

View File

@@ -32,7 +32,8 @@ class PickUpModel extends BaseModel {
weight: 25,
status: 'Pending',
date: DateTime(2020, 5, 1),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
address: '154-19 64th Ave.\nFlushing, NY 11367',
handlingFee: 5000),
PickUp(
id: "P200125 - 12 May 2020",
userName: "Ko Kyaw Nyi",
@@ -43,7 +44,8 @@ class PickUpModel extends BaseModel {
weight: 25,
status: 'Assigned',
date: DateTime(2020, 5, 6),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
address: '154-19 64th Ave.\nFlushing, NY 11367',
handlingFee: 5000),
PickUp(
id: "P200441 - 13 Apr 2020",
userName: "Ko Kyaw Nyi",
@@ -54,7 +56,8 @@ class PickUpModel extends BaseModel {
weight: 25,
status: "Pickuped",
date: DateTime(2020, 5, 9),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
address: '154-19 64th Ave.\nFlushing, NY 11367',
handlingFee: 5000),
PickUp(
id: "P200412 - 12 Apr 2020",
userName: "Ko Kyaw Nyi",
@@ -65,7 +68,8 @@ class PickUpModel extends BaseModel {
weight: 25,
status: 'Pickuped',
date: DateTime(2020, 5, 15),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
address: '154-19 64th Ave.\nFlushing, NY 11367',
handlingFee: 5000),
PickUp(
id: "P200125 - 12 May 2020",
userName: "Ko Kyaw Nyi",
@@ -76,7 +80,8 @@ class PickUpModel extends BaseModel {
weight: 25,
status: 'Pickuped',
date: DateTime(2020, 5, 20),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
address: '154-19 64th Ave.\nFlushing, NY 11367',
handlingFee: 5000),
PickUp(
id: "P200441 - 13 Apr 2020",
userName: "Ko Kyaw Nyi",
@@ -87,7 +92,8 @@ class PickUpModel extends BaseModel {
weight: 25,
status: "Pickuped",
date: DateTime(2020, 5, 21),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
address: '154-19 64th Ave.\nFlushing, NY 11367',
handlingFee: 5000),
PickUp(
id: "P200441 - 10 Apr 2020",
userName: "Ko Kyaw Nyi",
@@ -98,7 +104,8 @@ class PickUpModel extends BaseModel {
weight: 25,
status: "Canceled",
date: DateTime(2020, 5, 25),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
address: '154-19 64th Ave.\nFlushing, NY 11367',
handlingFee: 5000),
PickUp(
id: "P200441 - 6 Apr 2020",
userName: "Ko Kyaw Nyi",
@@ -109,7 +116,8 @@ class PickUpModel extends BaseModel {
weight: 25,
status: "Canceled",
date: DateTime(2020, 5, 27),
address: '154-19 64th Ave.\nFlushing, NY 11367'),
address: '154-19 64th Ave.\nFlushing, NY 11367',
handlingFee: 5000),
];
List<PickUp> get canceled {