6/9/1
This commit is contained in:
@@ -33,8 +33,9 @@ class ApplyOrderWidget extends StatelessWidget {
|
||||
if (box.read(BoxName.carType) == 'Speed' ||
|
||||
box.read(BoxName.carType) == 'Delivery') {
|
||||
Get.snackbar(
|
||||
'This price is ${controller.totalPassenger.toStringAsFixed(2)}'
|
||||
.tr,
|
||||
'This price is'.tr +
|
||||
' ${controller.totalPassenger.toStringAsFixed(2)}'
|
||||
.tr,
|
||||
'This ride type does not allow changes to the destination or additional stops'
|
||||
.tr,
|
||||
snackPosition: SnackPosition.BOTTOM,
|
||||
@@ -108,7 +109,7 @@ class ApplyOrderWidget extends StatelessWidget {
|
||||
children: [
|
||||
Image.asset(
|
||||
'assets/images/blob.png',
|
||||
width: 100,
|
||||
width: 80,
|
||||
),
|
||||
Column(
|
||||
children: [
|
||||
@@ -165,7 +166,7 @@ class ApplyOrderWidget extends StatelessWidget {
|
||||
Get.defaultDialog(
|
||||
title: 'Select one message'.tr,
|
||||
titleStyle: AppStyle.title,
|
||||
content: Container(
|
||||
content: SizedBox(
|
||||
height: Get.height * .5,
|
||||
child: Column(
|
||||
mainAxisAlignment:
|
||||
@@ -391,6 +392,8 @@ class TimeDriverToPassenger extends StatelessWidget {
|
||||
children: [
|
||||
Text(
|
||||
'The driver on your way'.tr,
|
||||
style: AppStyle.title
|
||||
.copyWith(color: AppColor.yellowColor),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
const SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user