Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b70ee8ed5e
@ -1,5 +1,4 @@
|
|||||||
export 'utils.dart';
|
export 'utils.dart';
|
||||||
export 'res.dart';
|
|
||||||
|
|
||||||
export 'dart:convert';
|
export 'dart:convert';
|
||||||
|
|
||||||
|
|||||||
@ -77,17 +77,6 @@ class _SeletCountryRegionPageState extends State<SeletCountryRegionPage> {
|
|||||||
"${TranslationLoader.lanKeys!.selet!.tr} ${TranslationLoader.lanKeys!.countryAndRegion!.tr}",
|
"${TranslationLoader.lanKeys!.selet!.tr} ${TranslationLoader.lanKeys!.countryAndRegion!.tr}",
|
||||||
haveBack: true,
|
haveBack: true,
|
||||||
backgroundColor: AppColors.mainColor,
|
backgroundColor: AppColors.mainColor,
|
||||||
actionsList: [
|
|
||||||
TextButton(
|
|
||||||
child: Text(
|
|
||||||
TranslationLoader.lanKeys!.reset!.tr,
|
|
||||||
style: const TextStyle(color: Colors.white),
|
|
||||||
),
|
|
||||||
onPressed: () {
|
|
||||||
Navigator.pop(context, {'code': "+86", "countryId": "9"});
|
|
||||||
},
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
body: AzListView(
|
body: AzListView(
|
||||||
data: countriesList,
|
data: countriesList,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user