[flutter_plugin_tools] Don't require version changes for dev_dependencies
#103602
Labels
p: tooling
Affects the flutter_plugin_tools package
P3
Issues that are less important to the Flutter project
package
flutter/packages repository. See also p: labels.
team
Infra upgrades, team productivity, code health, technical debt. See also team: labels.
team-ecosystem
Owned by Ecosystem team
triaged-ecosystem
Triaged by Ecosystem team
In flutter/plugins#5703 the
publishable
check thought there needed to be a version change, becausepubspec.yaml
changed. However, the only changes were todev_dependencies
, which don't need to be published. Ideally we should teach the tooling to know that's okay so it doesn't need overriding. (It would require much deeper analysis than that tooling is currently doing though, so it may not be worth the effort for an edge case.)The text was updated successfully, but these errors were encountered: