Merge remote-tracking branch 'origin/master'

This commit is contained in:
魏少阳 2023-08-08 10:10:32 +08:00
commit b70ee8ed5e
2 changed files with 0 additions and 12 deletions

View File

@ -1,5 +1,4 @@
export 'utils.dart';
export 'res.dart';
export 'dart:convert';

View File

@ -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,