Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Version
5.2.0
Command type
build_runner (Default)
What happened?
Generated code has:
The argument type 'Clip?' can't be assigned to the parameter type 'Clip'.
This is casued by flutter_svg changing the parameter Clip? to Clip: clipBehavior = Clip.hardEdge and removing the deprecated annotation.
https://github.com/dnfield/flutter_svg/blame/master/lib/svg.dart#L181
See flutter_svg 2.0.4
Relevant a pubspec.yaml.
No response
Relevant log output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct