add shipment in processing, update package, processing and receiving
This commit is contained in:
@@ -33,10 +33,8 @@ class PackageListRow extends StatelessWidget {
|
||||
Navigator.push(
|
||||
context,
|
||||
CupertinoPageRoute(
|
||||
builder: (context) => PackageInfo(
|
||||
package: package,
|
||||
isCustomer: isCustomer,
|
||||
)),
|
||||
builder: (context) =>
|
||||
PackageInfo(package: package, isCustomer: isCustomer)),
|
||||
);
|
||||
},
|
||||
child: Container(
|
||||
|
||||
Reference in New Issue
Block a user