Merge remote-tracking branch 'origin/design_3.0_asset_delivery_module' into design_3.0_asset_delivery_module

design_3.0_asset_delivery_module
WaseemAbbasi22 4 hours ago
commit d13e9d0439

@ -123,8 +123,6 @@ class _DeliveryInspectionFormViewState extends State<DeliveryInspectionFormView>
children: [
Row(
children: [
AppFilledButton(buttonColor: AppColor.primary10, label: 'Save'.addTranslation, maxWidth: true, onPressed: _saveTap).expanded,
8.width,
AppFilledButton(
buttonColor: AppColor.primary10,
label: 'Attachments'.addTranslation,
@ -132,9 +130,11 @@ class _DeliveryInspectionFormViewState extends State<DeliveryInspectionFormView>
onPressed: () {
HelperFunction.attachmentTap(context: context, assetDeliveryProvider: assetDeliveryProvider!, deliveryTableItemId: widget.deliveryTableModel.id);
}).expanded,
12.width,
AppFilledButton(buttonColor: AppColor.primary10, label: 'Save'.addTranslation, maxWidth: true, onPressed: _saveTap).expanded,
],
),
16.height,
12.height,
Row(
children: [
AppFilledButton(
@ -523,7 +523,7 @@ class _DeliveryInspectionFormViewState extends State<DeliveryInspectionFormView>
onTap: onTap,
borderRadius: BorderRadius.circular(12),
child: Container(
padding: const EdgeInsets.all(14),
padding: const EdgeInsets.all(12),
decoration: BoxDecoration(
color: AppColor.fieldBgColor(context),
borderRadius: BorderRadius.circular(12),
@ -532,6 +532,7 @@ class _DeliveryInspectionFormViewState extends State<DeliveryInspectionFormView>
children: [
Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisSize: MainAxisSize.min,
children: [
Text(title, style: AppTextStyles.textFieldLabelStyle),
6.height,

@ -63,6 +63,7 @@ class _UpdateGasRefillRequestState extends State<UpdateGasRefillRequest> {
List<TimerHistoryModel> timerList = [];
static List<Lookup> deliveredQuantity = [
Lookup(name: "0", id: 0, value: 0),
Lookup(name: "1", id: 1, value: 1),
Lookup(name: "2", id: 2, value: 2),
Lookup(name: "3", id: 3, value: 3),

Loading…
Cancel
Save