panache icon indicating copy to clipboard operation
panache copied to clipboard

Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments.

Open jianboy opened this issue 3 years ago • 2 comments

Target dart2js failed: Exception: ../panache_ui/lib/src/screens/editor/controls/color_picker/color_slider.dart:1101:9:
Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments.
  const GradientSliderThemeData({
        ^^^^^^^^^^^^^^^^^^^^^^^
Error: Compilation failed.

jianboy avatar Nov 28 '20 11:11 jianboy

Same error when attempting to run the repo locally

GabrielVander avatar Jan 07 '21 23:01 GabrielVander

Replace extends with with,example:class GradientSliderThemeData with Diagnosticable

zzqo avatar Jan 17 '21 16:01 zzqo