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

@@ -6,6 +6,7 @@ class PickUp {
String toTime;
int numberOfPackage;
int weight;
int handlingFee;
String address;
String status;
DateTime date;
@@ -18,6 +19,7 @@ class PickUp {
this.toTime,
this.numberOfPackage,
this.weight,
this.handlingFee,
this.address,
this.status,
this.date});