The Azure DevOps configuration - CI / CD is asking to update to the latest version of flutter.
![enter image description here](https://i.stack.imgur.com/ZSce9.png)
But the problem is the older stable version of flutter is being installed.
Azure is not able to fetch the latest version:
Download URL Flutter Stable 2.2.1 (OLD release URL): https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_2.2.1-stable.zip
Download URL Flutter Stable 2.5.1 (New Release URL): https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_2.5.1-stable.zip
Is there any way to download always the latest version of Flutter?