|
|
|
@ -75,7 +75,7 @@ class _SearchProductsPageState extends State<SearchProductsPage> {
|
|
|
|
if (value.isEmpty) {
|
|
|
|
if (value.isEmpty) {
|
|
|
|
TranslationBase.of(context)
|
|
|
|
TranslationBase.of(context)
|
|
|
|
.pleaseEnterProductName;
|
|
|
|
.pleaseEnterProductName;
|
|
|
|
} else if (isRTL(value))) {
|
|
|
|
} else if (isRTL(value)) {
|
|
|
|
AppToast.showErrorToast(
|
|
|
|
AppToast.showErrorToast(
|
|
|
|
message: TranslationBase.of(context)
|
|
|
|
message: TranslationBase.of(context)
|
|
|
|
.noArabicLetters);
|
|
|
|
.noArabicLetters);
|
|
|
|
|