From 03b20b274bbcfb4be00b59e5414c4042d34d9865 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 10 Jun 2020 10:49:46 +0200 Subject: [PATCH] Add Helpfull comment for the future --- lib/app.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/app.dart b/lib/app.dart index 397686e0..2484dcc5 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -96,7 +96,9 @@ class JournalApp extends StatefulWidget { runApp(EasyLocalization( child: app, - supportedLocales: [const Locale('en', 'US')], + supportedLocales: [ + const Locale('en', 'US'), + ], // Remember to update Info.plist path: 'assets/langs', useOnlyLangCode: true, assetLoader: YamlAssetLoader(),