BASE: Switch From EasyLocalization To GetX Localization.
This commit is contained in:
@@ -7,10 +7,10 @@ import 'package:customer/models/user_model.dart';
|
||||
import 'package:customer/models/vendor_model.dart';
|
||||
import 'package:customer/screen_ui/rental_service/rental_conformation_screen.dart';
|
||||
import 'package:customer/widget/geoflutterfire/src/geoflutterfire.dart';
|
||||
import 'package:easy_localization/easy_localization.dart';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:geolocator/geolocator.dart';
|
||||
import 'package:get/get.dart' hide Trans;
|
||||
import 'package:get/get.dart';
|
||||
import 'package:google_maps_flutter/google_maps_flutter.dart' as latlong;
|
||||
import '../constant/constant.dart';
|
||||
import '../models/payment_model/cod_setting_model.dart';
|
||||
@@ -92,7 +92,7 @@ class RentalHomeController extends GetxController {
|
||||
sourceTextEditController.value.text = address;
|
||||
}
|
||||
} catch (e) {
|
||||
ShowToastDialog.showToast("Unable to fetch current location".tr());
|
||||
ShowToastDialog.showToast("Unable to fetch current location".tr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user