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
When generating an svg function, the argument [clipBehavior] should not be nullable as before, with the recent update to the flutter_svg library the default value for [clipBehavior] should be Clip.hardEdge. so each time I run the build_runner I must manually update this argument otherwise the code won't get compiled.
Relevant a pubspec.yaml.
No response
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
behnamsattar, AlexIzh, taniyarn, szelemeh, bgokcan and 3 more