Update main.dart

This commit is contained in:
Zutzo 2023-08-06 11:29:59 +08:00 committed by GitHub
parent 314face934
commit f0633e7cff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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