Hi*i've updated flutter and syncfusion flutter charts versions et now i have the following errors during the compilation.
syncfusion_flutter_charts: ^18.1.36
[✓] Flutter (Channel beta, v1.15.17, on Linux, locale en_US.UTF-8)
• Flutter version 1.15.17 at /home/krycil/dev/flutter
• Framework revision 2294d75bfa (5 months ago), 2020-03-07 00:28:38 +0900
• Engine revision 5aff311948
• Dart version 2.8.0 (build 2.8.0-dev.12.0 9983424a3c)
Compiler message:
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-18.2.48/lib/src/theme/barcodes_theme.dart:47:7: Error: Can't use 'Diagnosticable' as a mixin because it has constructors.
class SfBarcodeThemeData with Diagnosticable {
^
../../dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:3053:9: Context: This constructor prevents using 'Diagnosticable' as a mixin.
const Diagnosticable();
^
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-18.2.48/lib/src/theme/calendar_theme.dart:48:7: Error: Can't use 'Diagnosticable' as a mixin because it has constructors.
class SfCalendarThemeData with Diagnosticable {
^
../../dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:3053:9: Context: This constructor prevents using 'Diagnosticable' as a mixin.
const Diagnosticable();
^
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-18.2.48/lib/src/theme/charts_theme.dart:47:7: Error: Can't use 'Diagnosticable' as a mixin because it has constructors.
class SfChartThemeData with Diagnosticable {
^
../../dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:3053:9: Context: This constructor prevents using 'Diagnosticable' as a mixin.
const Diagnosticable();
^
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-18.2.48/lib/src/theme/datagrid_theme.dart:48:7: Error: Can't use 'Diagnosticable' as a mixin because it has constructors.
class SfDataGridThemeData with Diagnosticable {
^
../../dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:3053:9: Context: This constructor prevents using 'Diagnosticable' as a mixin.
const Diagnosticable();
^
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-18.2.48/lib/src/theme/daterangepicker_theme.dart:50:7: Error: Can't use 'Diagnosticable' as a mixin because it has constructors.
class SfDateRangePickerThemeData with Diagnosticable {
^
../../dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:3053:9: Context: This constructor prevents using 'Diagnosticable' as a mixin.
const Diagnosticable();
^
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-18.2.48/lib/src/theme/gauges_theme.dart:48:7: Error: Can't use 'Diagnosticable' as a mixin because it has constructors.
class SfGaugeThemeData with Diagnosticable {
^
../../dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:3053:9: Context: This constructor prevents using 'Diagnosticable' as a mixin.
const Diagnosticable();
^
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-18.2.48/lib/src/theme/maps_theme.dart:74:7: Error: Can't use 'Diagnosticable' as a mixin because it has constructors.
class SfMapsThemeData with Diagnosticable {
^
../../dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:3053:9: Context: This constructor prevents using 'Diagnosticable' as a mixin.
const Diagnosticable();
^
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-18.2.48/lib/src/theme/slider_theme.dart:80:7: Error: Can't use 'Diagnosticable' as a mixin because it has constructors.
class SfSliderThemeData with Diagnosticable {
^
../../dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:3053:9: Context: This constructor prevents using 'Diagnosticable' as a mixin.
const Diagnosticable();
^
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-18.2.48/lib/src/theme/theme_widget.dart:76:7: Error: Can't use 'Diagnosticable' as a mixin because it has constructors.
class SfThemeData with Diagnosticable {
^
../../dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:3053:9: Context: This constructor prevents using 'Diagnosticable' as a mixin.
const Diagnosticable();
^
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-18.2.48/lib/src/theme/barcodes_theme.dart:47:7: Error: The non-abstract class 'SfBarcodeThemeData' is missing implementations for these members:
- DiagnosticableMixin.toDiagnosticsNode
- DiagnosticableMixin.toStringShort
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 SfBarcodeThemeData with Diagnosticable {
^^^^^^^^^^^^^^^^^^
../../dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:3108:19: Context: 'DiagnosticableMixin.toDiagnosticsNode' is defined here.
DiagnosticsNode toDiagnosticsNode({ String name, DiagnosticsTreeStyle style }) {
^^^^^^^^^^^^^^^^^
../../dev/flutter/packages/flutter/lib/src/foundation/diagnostics.dart:3087:10: Context: 'DiagnosticableMixin.toStringShort' is defined here.
String toStringShort() => describeIdentity(this);
^^^^^^^^^^^^^
../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_core-18.2.48/lib/src/theme/calendar_theme.dart:48:7: Error: The non-abstract class 'SfCalendarThemeData' is missing implementations for these members:
- DiagnosticableMixin.toDiagnosticsNode
- DiagnosticableMixin.toStringShort
Try to either
- provide an implementation,
- inherit an implementation from a superclass or mixin,
- mark the class as abstract, or
- provide a 'noSuchMethod' implementation.