modify dispaly addresses

This commit is contained in:
PhyoThandar
2020-06-30 16:11:58 +06:30
parent 9fc7ef5381
commit 0887ec275f
11 changed files with 76 additions and 48 deletions

View File

@@ -180,7 +180,7 @@ class _BoxEditorState extends State<BoxEditor> {
value: _box.shipmentNumber,
decoration: InputDecoration(
fillColor: Colors.white,
labelText: 'Shipment Number',
labelText: 'FCS Shipment Number',
icon: Icon(Ionicons.ios_airplane,
color: primaryColor)
// prefixIcon: Icon(Icons.play_arrow)
@@ -439,7 +439,7 @@ class _BoxEditorState extends State<BoxEditor> {
onPressed: () {},
icon: Icon(Icons.add),
label: Text(
'Add Shipping\nAddress',
'Select \nAddress',
style: TextStyle(fontSize: 12),
),
backgroundColor: primaryColor,

View File

@@ -556,7 +556,7 @@ class _PackageEditorState extends State<PackageEditor> {
},
icon: Icon(Icons.add),
label: Text(
'Add Shipping\nAddress',
'Select \nAddress',
style: TextStyle(fontSize: 12),
),
backgroundColor: primaryColor,

View File

@@ -42,7 +42,7 @@ class _ShippingAddressListState extends State<ShippingAddressList> {
onPressed: () => Navigator.of(context).pop(),
),
backgroundColor: primaryColor,
title: Text(AppTranslations.of(context).text("shipping_address")),
title: Text(AppTranslations.of(context).text("shipping_addresses")),
actions: <Widget>[
IconButton(
icon: Icon(
@@ -79,7 +79,7 @@ class _ShippingAddressListState extends State<ShippingAddressList> {
},
icon: Icon(Icons.add),
label: Text(
'Add Shipping\nAddress',
'Add New\nAddress',
style: TextStyle(fontSize: 12),
),
backgroundColor: primaryColor,