Open sander48k opened 5 years ago
As of today my project, that uses the flutter_cupertino_localizations package, does not compile anymore. The compiler drops the following message:
Compiler message: file:///Users/sander/Applications/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_cupertino_localizations-1.0.1/lib/src/cupertino_localizations.dart:127:38: Error: Getter not found: 'kSupportedLanguages'. bool isSupported(Locale locale) => kSupportedLanguages.contains(locale.languageCode);
The project used to compile fine, the last time I worked on the project. Only thing I changed (as far as I can tell) that might be related is the Xcode version. This was 10 and is now 11.
Output of flutter --version is:
flutter --version
Flutter 1.5.8 • channel unknown • unknown source Framework • revision 0ba67226ee (6 months ago) • 2019-04-24 17:18:28 -0700 Engine • revision c63d1cf9c9 Tools • Dart 2.3.0 (build 2.3.0-dev.0.1 1f1592edce)
As of today my project, that uses the flutter_cupertino_localizations package, does not compile anymore. The compiler drops the following message:
The project used to compile fine, the last time I worked on the project. Only thing I changed (as far as I can tell) that might be related is the Xcode version. This was 10 and is now 11.
Output of
flutter --version
is:Flutter 1.5.8 • channel unknown • unknown source Framework • revision 0ba67226ee (6 months ago) • 2019-04-24 17:18:28 -0700 Engine • revision c63d1cf9c9 Tools • Dart 2.3.0 (build 2.3.0-dev.0.1 1f1592edce)