rxlabz / panache

🎨 Flutter Material Theme editor
https://rxlabz.github.io/panache
1.76k stars 233 forks source link

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

Open jianboy opened 3 years ago

jianboy commented 3 years ago
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.
GabrielVander commented 3 years ago

Same error when attempting to run the repo locally

zzqo commented 3 years ago

Replace extends with with,example:class GradientSliderThemeData with Diagnosticable