Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

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

Open
jianboy opened this issue Nov 28, 2020 · 2 comments

Comments

@jianboy
Copy link

jianboy commented Nov 28, 2020

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
Copy link

Same error when attempting to run the repo locally

@zzqo
Copy link

zzqo commented Jan 17, 2021

Replace extends with with,example:class GradientSliderThemeData with Diagnosticable

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants