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
This just broke svg images in my app... path that was previously correctly packages/package_name/images/misc/foo.svg after upgrade became packages/package_name/packages/package_name/images/misc/foo.svg which obviously doesn't work. What am I doing wrong? In any case, 5.0.3 was definitely not a backward-compatible update.
I've got nothing against exposing the full path including the package in generated classes. In fact, AssetGenImage has been doing that for a long time (path vs keyName).
What's making me nervous is changing the semantics of public fields in a minor version update without a warning, and doing this with naming inconsistent between different autogenerated classes (SvgGenImage vs AssetGenImage).
Is there an existing issue for this?
Version
5.0.3
Command type
build_runner (Default)
What happened?
#322 (comment)
Relevant a pubspec.yaml.
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: