Flutter 2.2.2 was not logged in REST-API endpoint, but how you got it? #102
-
As of the Flutter releases REST-API endpoint the latest stable version is "current_release": {
"beta": "b22742018b3edf16c6cadd7b76d9db5e7f9064b5",
"dev": "fa5883b78e566877613ad1ccb48dd92075cb5c23",
"stable": "02c026b03cd31dd3f867e5faeb7e104cce174c5f"
},
"releases": [
......
{
"hash": "02c026b03cd31dd3f867e5faeb7e104cce174c5f",
"channel": "stable",
"version": "2.2.1",
"release_date": "2021-05-27T23:09:04.436458Z",
"archive": "stable/windows/flutter_windows_2.2.1-stable.zip",
"sha256": "e2c6184fd01338031214c611ad27235d314ecb03a065426a85098a527925a671"
}
......
] But how did you able to manage, getting version |
Beta Was this translation helpful? Give feedback.
Answered by
leoafarias
Jun 21, 2021
Replies: 1 comment 1 reply
-
For some reason flutter team changed the URL of the releases to https://storage.googleapis.com/flutter_infra_release/releases/releases_macos.json from https://storage.googleapis.com/flutter_infra/releases/releases_macos.json |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yahu1031
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
For some reason flutter team changed the URL of the releases to https://storage.googleapis.com/flutter_infra_release/releases/releases_macos.json from https://storage.googleapis.com/flutter_infra/releases/releases_macos.json