mirror of
https://github.com/flutter/packages.git
synced 2026-03-13 10:40:37 +08:00
Updates the repo tooling for Swift Package manager being on by default on main, and for analysis now working with Swift Package Manager: - Explicitly disables SwiftPM for the build-all test, instead of relying on it being off by default - No longer disable SwiftPM for example apps before running analysis, since it's no longer necessary to do so, and we don't want to rely on CocoaPods for core tests going forward. Fixes https://github.com/flutter/flutter/issues/183521 Fixes https://github.com/flutter/flutter/issues/172427