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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.




 Quick Fix: By commenting out lines 161 and 401 in the package global_localizations.dart I've been able to build. I don't know which package uses the translation for 
rowsPerPageDataPagerLabel