Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b70ee8ed5e
@ -1,5 +1,4 @@
|
||||
export 'utils.dart';
|
||||
export 'res.dart';
|
||||
|
||||
export 'dart:convert';
|
||||
|
||||
|
||||
@ -77,17 +77,6 @@ class _SeletCountryRegionPageState extends State<SeletCountryRegionPage> {
|
||||
"${TranslationLoader.lanKeys!.selet!.tr} ${TranslationLoader.lanKeys!.countryAndRegion!.tr}",
|
||||
haveBack: true,
|
||||
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(
|
||||
data: countriesList,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user