Added Widgets

merge-requests/8/head
FaizHashmiCS22 2 years ago
parent ed8c1d741a
commit 1099220841

@ -185,7 +185,8 @@ class CodegenLoader extends AssetLoader{
"accessories_modifications": "الملحقات والتعديلات",
"my_recent_providers": "مزودي الخدمة الجدد",
"my_active_ads": "إعلاناتي النشطة",
"recommended_Ads": "الإعلانات الموصى بها"
"recommended_Ads": "الإعلانات الموصى بها",
"location": "موقع"
};
static const Map<String,dynamic> en_US = {
"firstTimeLogIn": "First Time Log In",
@ -358,7 +359,9 @@ static const Map<String,dynamic> en_US = {
"accessories_modifications": "Accessories and Modifications",
"my_recent_providers": "My Recent Service Providers",
"my_active_ads": "My Active Ads",
"recommended_Ads": "Recommended Ads"
"recommended_Ads": "Recommended Ads",
"select_services": "Select services you want",
"location": "Location"
};
static const Map<String, Map<String,dynamic>> mapLocales = {"ar_SA": ar_SA, "en_US": en_US};
}

@ -150,5 +150,6 @@ abstract class LocaleKeys {
static const my_recent_providers = 'my_recent_providers';
static const my_active_ads = 'my_active_ads';
static const recommended_Ads = 'recommended_Ads';
static const location = 'location';
}

@ -121,6 +121,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.5"
dropdown_button2:
dependency: "direct main"
description:
name: dropdown_button2
sha256: "4458d81bfd24207f3d58f66f78097064e02f810f94cf1bc80bf20fe7685ebc80"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
easy_localization:
dependency: "direct main"
description:

Loading…
Cancel
Save