Closed SaeedMasoumi closed 4 years ago
The current version of super enum will not work with dart 2.10, analyzer 0.40.1, and build_runner 2.10.3 because there is a breaking change on usedClass.toTypeValue().getDisplayString() API which needs the withNullability to pass.
usedClass.toTypeValue().getDisplayString()
withNullability
Also, overriding analyzer version will not help.
Related Issues:
The same issue. Other packages already works with analyzer ^0.40.4, but super_enum_generator 0.5.0 depends on analyzer ^0.39.2.
Fixed in #64, will release soon.
The current version of super enum will not work with dart 2.10, analyzer 0.40.1, and build_runner 2.10.3 because there is a breaking change on
usedClass.toTypeValue().getDisplayString()
API which needs thewithNullability
to pass.Also, overriding analyzer version will not help.
Related Issues: