flutter/packages
Loïc Sharma 882bcbb9aa
[Doctor] Improve CocoaPods messages (#146701)
This tweaks the Flutter doctor messages for CocoaPods.

This also switches the "unknown version" error to link to the update instructions instead of the installation instructions; the user has already installed CocoaPods in this scenario.

Example error before:

```
    ✗ CocoaPods not installed.
        CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
        Without CocoaPods, plugins will not work on iOS or macOS.
        For more info, see https://flutter.dev/platform-plugins
      To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.
```

Example error after:

```
    ✗ CocoaPods not installed.
        CocoaPods is a package manager for iOS or macOS platform code.
        Without CocoaPods, plugins will not work on iOS or macOS.
        For more info, see https://flutter.dev/platform-plugins
      For installation instructions, see https://guides.cocoapods.org/using/getting-started.html#installation
```
2024-04-15 18:45:12 +00:00
..
flutter Implementing control flow collections (#146601) 2024-04-15 16:06:07 +00:00
flutter_driver [flutter_tools] Fix conductor for package args roll (#146646) 2024-04-12 21:38:03 +00:00
flutter_goldens Fix skwasm tests (#145570) 2024-04-09 19:35:07 +00:00
flutter_localizations Update material_color_utilities package version to latest 0.11.1 (#145959) 2024-04-03 02:16:13 +00:00
flutter_test Fix skwasm tests (#145570) 2024-04-09 19:35:07 +00:00
flutter_tools [Doctor] Improve CocoaPods messages (#146701) 2024-04-15 18:45:12 +00:00
flutter_web_plugins Update material_color_utilities package version to latest 0.11.1 (#145959) 2024-04-03 02:16:13 +00:00
fuchsia_remote_debug_protocol [flutter_tools] Fix conductor for package args roll (#146646) 2024-04-12 21:38:03 +00:00
integration_test Implementing control flow collections (#146601) 2024-04-15 16:06:07 +00:00
analysis_options.yaml Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00