Closed rokk4 closed 1 year ago
I added the
BuilderOptions options
to the constructor and than the build ran just fine.
This is also what we're doing here:
So it seems correct :) If there's another place where I've missed this, a PR to fix this would be great.
Also does my build.yaml look okay / up to date?
It looks good. The apply_converters_on_variables
, generate_values_in_copy_with
and scoped_dart_components
options are now enabled by default, so you can remove them from your build configuration. I'll also make that change in the repository.
Hi simolus, first of all thanks you so much for this packages. I think its a huge building block in the ecosystem.
Since I have updated Flutter from. 3.3.X to 3.7, the CopyCompiledJs example stopped working with the following error:
I added the
to the constructor and than the build ran just fine.
Should I add a pull request for this?
Also does my build.yaml look okay / up to date?
cheers :)