flutter/dev/devicelab/lib
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
..
command Re-land: "Remove Cocoon from dev/devicelab, keeping Skia perf stats upload" (#165755) 2025-03-22 21:06:17 +00:00
framework Adding support for macrobenchmarking with "flutter run" (#167692) 2025-04-28 23:39:40 +00:00
tasks Use config: enable-swift-...: false, remove disable-swift-...: true. (#168433) 2025-05-07 18:28:22 +00:00
microbenchmarks.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00