I'm using the versions
syncfusion_flutter_charts: ^19.3.46
syncfusion_flutter_calendar: ^19.3.43
syncfusion_localizations: ^19.3.47
but when I run the build, the error in the newest version of the plugin:
/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 'SfLocalizations
Af' 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.
Attached console output
Attachment:
console_76d1dbe7.zip