It's all about the extensions.enable the require php extension and then your issue will be goneI can add modules but I still can not add parcel categories
It's all about the extensions.enable the require php extension and then your issue will be goneI can add modules but I still can not add parcel categories
Yes i noticed too. am working on it thoughApp works in debug mode but does not work in release mode. Any solution guys.
plz share working code..Yes i noticed too. am working on it though
In lib/view/screens/order/order_details_screen.dart removing:Does anyone know how to hide customer data from store owner please Thank you
Text('customer_details'.tr, style: robotoRegular),
SizedBox(
height:
Dimensions.PADDING_SIZE_EXTRA_SMALL),
Row(children: [
ClipOval(
child: CustomImage(
image:
'${Get.find<SplashController>().configModel.baseUrls.customerImageUrl}/${_order.customer != null ? _order.customer.image : ''}',
height: 35,
width: 35,
fit: BoxFit.cover,
)),
SizedBox(
width: Dimensions.PADDING_SIZE_SMALL),
Expanded(
child: Column(
crossAxisAlignment:
CrossAxisAlignment.start,
children: [
Text(
_order.deliveryAddress
.contactPersonName,
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: robotoRegular.copyWith(
fontSize:
Dimensions.FONT_SIZE_SMALL),
),
Text(
_order.deliveryAddress.address,
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: robotoRegular.copyWith(
fontSize:
Dimensions.FONT_SIZE_SMALL,
color: Theme.of(context)
.disabledColor),
),
Wrap(children: [
(_order.deliveryAddress
.streetNumber !=
null &&
_order.deliveryAddress
.streetNumber.isNotEmpty)
? Text(
'street_number'.tr +
': ' +
_order.deliveryAddress
.streetNumber +
', ',
style: robotoRegular.copyWith(
fontSize: Dimensions
.FONT_SIZE_EXTRA_SMALL,
color: Theme.of(context)
.disabledColor),
maxLines: 1,
overflow:
TextOverflow.ellipsis,
)
: SizedBox(),
(_order.deliveryAddress.house !=
null &&
_order.deliveryAddress.house
.isNotEmpty)
? Text(
'house'.tr +
': ' +
_order.deliveryAddress
.house +
', ',
style: robotoRegular.copyWith(
fontSize: Dimensions
.FONT_SIZE_EXTRA_SMALL,
color: Theme.of(context)
.disabledColor),
maxLines: 1,
overflow:
TextOverflow.ellipsis,
)
: SizedBox(),
(_order.deliveryAddress.floor !=
null &&
_order.deliveryAddress.floor
.isNotEmpty)
? Text(
'floor'.tr +
': ' +
_order.deliveryAddress
.floor,
style: robotoRegular.copyWith(
fontSize: Dimensions
.FONT_SIZE_EXTRA_SMALL,
color: Theme.of(context)
.disabledColor),
maxLines: 1,
overflow:
TextOverflow.ellipsis,
)
: SizedBox(),
]),
])),
(_takeAway &&
(_pending ||
_confirmed ||
_processing))
? TextButton.icon(
onPressed: () async {
String url =
'https://www.google.com/maps/dir/?api=1&destination=${_order.deliveryAddress.latitude}'
',${_order.deliveryAddress.longitude}&mode=d';
if (await canLaunchUrlString(url)) {
await launchUrlString(url,
mode: LaunchMode
.externalApplication);
} else {
showCustomSnackBar(
'unable_to_launch_google_map'
.tr);
}
},
icon: Icon(Icons.directions),
label: Text('direction'.tr),
)
: SizedBox(),
]),
1.5 works just fine for me. Does upgrading to 1.5.1 cause the issue or is it a fresh install.plz share working code..
Thank you but I didn't know how to be clear I need to hide this details e-mail: example*** @gmail.comIn lib/view/screens/order/order_details_screen.dart removing:
Code:Text('customer_details'.tr, style: robotoRegular), SizedBox( height: Dimensions.PADDING_SIZE_EXTRA_SMALL), Row(children: [ ClipOval( child: CustomImage( image: '${Get.find<SplashController>().configModel.baseUrls.customerImageUrl}/${_order.customer != null ? _order.customer.image : ''}', height: 35, width: 35, fit: BoxFit.cover, )), SizedBox( width: Dimensions.PADDING_SIZE_SMALL), Expanded( child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ Text( _order.deliveryAddress .contactPersonName, maxLines: 1, overflow: TextOverflow.ellipsis, style: robotoRegular.copyWith( fontSize: Dimensions.FONT_SIZE_SMALL), ), Text( _order.deliveryAddress.address, maxLines: 1, overflow: TextOverflow.ellipsis, style: robotoRegular.copyWith( fontSize: Dimensions.FONT_SIZE_SMALL, color: Theme.of(context) .disabledColor), ), Wrap(children: [ (_order.deliveryAddress .streetNumber != null && _order.deliveryAddress .streetNumber.isNotEmpty) ? Text( 'street_number'.tr + ': ' + _order.deliveryAddress .streetNumber + ', ', style: robotoRegular.copyWith( fontSize: Dimensions .FONT_SIZE_EXTRA_SMALL, color: Theme.of(context) .disabledColor), maxLines: 1, overflow: TextOverflow.ellipsis, ) : SizedBox(), (_order.deliveryAddress.house != null && _order.deliveryAddress.house .isNotEmpty) ? Text( 'house'.tr + ': ' + _order.deliveryAddress .house + ', ', style: robotoRegular.copyWith( fontSize: Dimensions .FONT_SIZE_EXTRA_SMALL, color: Theme.of(context) .disabledColor), maxLines: 1, overflow: TextOverflow.ellipsis, ) : SizedBox(), (_order.deliveryAddress.floor != null && _order.deliveryAddress.floor .isNotEmpty) ? Text( 'floor'.tr + ': ' + _order.deliveryAddress .floor, style: robotoRegular.copyWith( fontSize: Dimensions .FONT_SIZE_EXTRA_SMALL, color: Theme.of(context) .disabledColor), maxLines: 1, overflow: TextOverflow.ellipsis, ) : SizedBox(), ]), ])), (_takeAway && (_pending || _confirmed || _processing)) ? TextButton.icon( onPressed: () async { String url = 'https://www.google.com/maps/dir/?api=1&destination=${_order.deliveryAddress.latitude}' ',${_order.deliveryAddress.longitude}&mode=d'; if (await canLaunchUrlString(url)) { await launchUrlString(url, mode: LaunchMode .externalApplication); } else { showCustomSnackBar( 'unable_to_launch_google_map' .tr); } }, icon: Icon(Icons.directions), label: Text('direction'.tr), ) : SizedBox(), ]),
should work
Send a screenshot of where you want this removed.Thank you but I didn't know how to be clear I need to hide this details e-mail: example*** @gmail.com
Mobile: +91 75622 ***
from the store owner in the app and on the panel it would be possible
está no app da lojaEnvie uma captura de tela de onde você deseja que isso seja removido.
está no app da loja
it's in the store appSend a screenshot of where you want this removed.
it would be email and phone only partSend a screenshot of where you want this removed.
here on the store panelSend a screenshot of where you want this removed.
sorry but not working.....1.5 works just fine for me. Does upgrading to 1.5.1 cause the issue or is it a fresh install.
Also if the app is working in debug but not in release, your probably doing something wrong for the release build stage.
I'll need more information.
edit: I was looking at the 1.5.1 update i realise they updated gradle which means you may need to update your NDK version.
Hi, everything working fine, but on client app, when i try to get a location from the map i get this error message: Error: type '_OneByteString' is not a subtype of type 'int' of 'index'1.5 works just fine for me. Does upgrading to 1.5.1 cause the issue or is it a fresh install.
Also if the app is working in debug but not in release, your probably doing something wrong for the release build stage.
I'll need more information.
edit: I was looking at the 1.5.1 update i realise they updated gradle which means you may need to update your NDK version.