Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A partial roll of the Dart SDK removed a manually added third-party dependency on package tar, since the roll was to an earlier SDK version that didn't have the new package. Relanding the package addition from #46140 that was partially reverted by autoroll #46176 This should not happen again, because the next Dart SDK dev version should include the new package. Manual addition of new packages from Dart SDK DEPS to Flutter engine DEPS is needed because the autoroller cannot add new packages. An early signal that this needs done is failures on the monorepo builders that build the main branches of Dart SDK, Flutter engine, and Flutter framework together. This PR will fix those failures, and allow the next autoroll to succeed.
- Loading branch information