add shipments

This commit is contained in:
Sai Naw Wun
2020-10-13 07:50:25 +06:30
parent dc79f424a5
commit e032cee922
31 changed files with 1108 additions and 1035 deletions

View File

@@ -585,8 +585,7 @@ class _BoxEditorState extends State<BoxEditor> {
DeliveryAddress deliveryAddress =
await Navigator.push(
context,
BottomUpPageRoute(DeliveryAddressList(
deliveryAddress: _deliveryAddress)),
BottomUpPageRoute(DeliveryAddressList()),
);
setState(() {
_deliveryAddress = deliveryAddress;