update ui
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// ignore_for_file: use_build_context_synchronously
|
||||
|
||||
import 'package:fcs/constants.dart';
|
||||
import 'package:fcs/domain/entities/fcs_shipment.dart';
|
||||
import 'package:fcs/helpers/theme.dart';
|
||||
@@ -248,6 +250,7 @@ class _FcsShipmentInfoState extends State<FcsShipmentInfo> {
|
||||
padding: const EdgeInsets.only(left: 12.0, right: 12),
|
||||
child: ListView(children: <Widget>[
|
||||
statusBox,
|
||||
const SizedBox(height: 5),
|
||||
Row(mainAxisAlignment: MainAxisAlignment.end, children: [
|
||||
Expanded(
|
||||
child: cutoffDateDBox,
|
||||
@@ -255,6 +258,7 @@ class _FcsShipmentInfoState extends State<FcsShipmentInfo> {
|
||||
),
|
||||
Flexible(child: etaBox),
|
||||
]),
|
||||
const SizedBox(height: 5),
|
||||
Row(
|
||||
children: [
|
||||
Expanded(
|
||||
@@ -264,9 +268,13 @@ class _FcsShipmentInfoState extends State<FcsShipmentInfo> {
|
||||
Flexible(child: packageBox)
|
||||
],
|
||||
),
|
||||
const SizedBox(height: 5),
|
||||
shipTypeBox,
|
||||
const SizedBox(height: 5),
|
||||
consigneeBox,
|
||||
const SizedBox(height: 5),
|
||||
portBox,
|
||||
const SizedBox(height: 5),
|
||||
destinationBox,
|
||||
const SizedBox(height: 30),
|
||||
_fcsShipment.status == fcs_shipment_pending_status
|
||||
|
||||
Reference in New Issue
Block a user