Flutter NoSuchMethodErro: The method 'tr' was called on null. Receiver: null
问题 I am new in flutter, i am trying to localize languages, but getting error localizationsDelegates: <LocalizationsDelegate>[ GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, EasyLocalizationDelegate( locale: data.locale ?? Locale('en', 'US'), path: 'resources/langs', ), ], supportedLocales: <Locale>[ const Locale("en", "US"), const Locale("ar", "AR"), ], getting error The method 'tr' was called on null. Receiver: null Tried