Update main.dart

This commit is contained in:
Zutzo 2023-08-07 07:25:55 +08:00 committed by GitHub
parent b19f2417ac
commit a2505e9cf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@ class _MainState extends State<Main> {
supportedLocales: const [
Locale('en', ''),
Locale('es', ''),
Locale('zh', 'CN')
Locale('zh', '')
],
scaffoldMessengerKey: scaffoldMessengerKey,
builder: (context, child) {