Ensure package repo is not broken after a new package is published. #105327
Labels
c: contributor-productivity
Team-specific productivity, code health, technical debt.
P2
Important issues not at the top of the work list
package
flutter/packages repository. See also p: labels.
team-ecosystem
Owned by Ecosystem team
triaged-ecosystem
Triaged by Ecosystem team
Uh oh!
There was an error while loading. Please reload this page.
This is inspired by #105182
I will use the exact plugins in this incident to describe the issue, but the issue can happen on any plugin in the repo.
This is the sequence of the events that caused a breakage.
The breakage was around dependencies in androidx test libraries. I have very limited knowledge on this topic so I'm not sure how severe the damage could be. My guess is that any flutter app that has the same set up as image_picker_example would break if they depend on video_player.
The bigger issue is that we don't know if the video_player breaks other flutter apps out there, it was nice that we had image_picker_example depends on video_player, which caught the issue. It would be even better to have this failure show up before we publish the video_player, so that we can catch that and fixing the issue before landing/releasing video_player.
The text was updated successfully, but these errors were encountered: