-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on lauching Android: The non-abstract class 'SfLocalizations... #499
Comments
Same error here |
the worst thing is that I can no longer build my application |
I just downgraded to the version 19.3.59 and it works again |
@Alusio I downgraded and it keeps giving a build error in the version I don't use /c:/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_localizations-19.4.38/lib/src/l10n/generated_syncfusion_localizations.dart:17:7: Error: The non-abstract class 'SfLocalizationsAf' is missing implementations for these members:
|
我的临时解决方案:
then it works again! |
Hi @mdmota , Sorry for the inconvenience caused. We have resolved this localization issue and included the fix changes in our pub release. Please upgrade the localization package to 19.4.38+1 version. You can also refer the following pub link. Pub link: https://pub.dev/packages/syncfusion_localizations/versions/19.4.38+1 Please let us know if you require any further assistance. Regards, |
I'm using a syncfusion_localizations version: ^19.3.47 in my pubspec.yaml. When running my android app it generates several errors referring to a newer version that I don't use:
`/C:/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_localizations-19.4.38/lib/src/l10n/generated_syncfusion_localizations.dart:17:7: Error: The non-abstract class 'SfLocalizationsAf' is missing implementations for these members:
Try to either
class SfLocalizationsAf extends SfGlobalLocalizations {
^^^^^^^^^^^^^^^^^
/C:/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-19.4.38/lib/src/localizations/global_localizations.dart:161:14: Context: 'SfLocalizations.rowsPerPageDataPagerLabel' is defined here.
String get rowsPerPageDataPagerLabel;
^^^^^^^^^^^^^^^^^^^^^^^^^`
Flutter 2.5.3
Attached console output
console.txt
The text was updated successfully, but these errors were encountered: