You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
The same applies for other classes as well, for example LinearTickOptions, ChartYAxe, ChartLegendLabelOptions, ChartLegendOptions.
I can take those constructors and move them to the latest code, carefully add any new options that were added and push another PR, unless they can be auto generated them somehow.
The text was updated successfully, but these errors were encountered:
When I switch to this version in pubspec.yml, Dart Analysis complains with errors like Abstract classes can't be created with a 'new' expresssion., referring to (for example) abstract class TickOptions<T>.
I am facing a problem using the github repository instead of the pub package (v0.3.2). I believe that the same problem exists for version 0.4.0+1.
It looks like the external factory constructors are not getting generated or just missing.
Example is
ChartXAxe
class which was:and changed in dd29e3a (link to line) to:
The same applies for other classes as well, for example
LinearTickOptions
,ChartYAxe
,ChartLegendLabelOptions
,ChartLegendOptions
.I can take those constructors and move them to the latest code, carefully add any new options that were added and push another PR, unless they can be auto generated them somehow.
The text was updated successfully, but these errors were encountered: