Matan Lurey 806057be59
Use config: enable-swift-...: false, remove disable-swift-...: true. (#168433)
This PR moves project-specific configuration from:
```yaml
flutter:
  disable-swift-package-manager: true
```
to:
```yaml
flutter:
  config:
    enable-swift-package-manager: false
```
2025-05-07 18:28:22 +00:00
..
2024-12-19 20:06:21 +00:00
2024-12-19 20:06:21 +00:00