Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Using version 19.4.38
On build I'm getting an error like this for every language in l10n
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_localizations-19.4.38/lib/src/l10n/generated_syncfusion_localizations.dart:13344:7: Error: The non-abstract class 'SfLocalizationsZu' is missing implementations for these
members:
- SfLocalizations.rowsPerPageDataPagerLabel
Try to either
- provide an implementation,
- inherit an implementation from a superclass or mixin,
- mark the class as abstract, or
- provide a 'noSuchMethod' implementation.
class SfLocalizationsZu extends SfGlobalLocalizations {
^^^^^^^^^^^^^^^^^
/C:/src/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;
^^^^^^^^^^^^^^^^^^^^^^^^^
FAILURE: Build failed with an exception.