-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flutter: Update to version 1.12.13-hotfix.7 (#3489)
- Closes #2439 - Closes #2526 - Closes #2770 - Closes #2924 - Closes #3113 - Closes #3360 - Closes #3446 - Closes #3490
- Loading branch information
Showing
1 changed file
with
26 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,47 @@ | ||
{ | ||
"homepage": "https://flutter.dev/", | ||
"version": "1.5.4-hotfix.2", | ||
"version": "1.12.13-hotfix.7", | ||
"description": "Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android", | ||
"homepage": "https://flutter.dev", | ||
"license": "BSD-3-Clause", | ||
"depends": [ | ||
"android-sdk", | ||
"java/adopt8-hotspot" | ||
], | ||
"suggest": { | ||
"Visual Studio Code with Flutter Extension": [ | ||
"vscode", | ||
"vscode-portable" | ||
] | ||
}, | ||
"url": [ | ||
"https://storage.googleapis.com/flutter_infra/releases/stable/windows/flutter_windows_v1.5.4-hotfix.2-stable.zip", | ||
"https://storage.googleapis.com/flutter_infra/releases/stable/windows/flutter_windows_v1.12.13+hotfix.7-stable.zip", | ||
"https://raw.githubusercontent.com/lukesampson/scoop-extras/master/scripts/flutter-dev-setup.ps1" | ||
], | ||
"extract_dir": "flutter", | ||
"hash": [ | ||
"1d5e1779430be6bbb4fa49f4bccc7c5d24a76f3d2a100129e09b4b8eef33b1b4", | ||
"7b71b23af9149eb29e300c0e4ceed3e3de20d0104f48c9386a03f454e4d944a2", | ||
"bbd8dd269dd70d97e0224025281e55b7e2e32364d5c47e082ca7f45e33d1a613" | ||
], | ||
"depends": [ | ||
"android-sdk", | ||
"java/adopt8-hotspot" | ||
"extract_dir": "flutter", | ||
"post_install": [ | ||
"flutter-dev-setup.ps1", | ||
"Write-Host 'Some licenses need to be accepted before developing. It is recommended to do by running ''flutter doctor --android-licenses''.' -ForegroundColor Yellow", | ||
"flutter doctor" | ||
], | ||
"description": "Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. This is the beta version, since Flutter wasn't officially 'released' yet.", | ||
"env_add_path": "bin\\cache\\dart-sdk", | ||
"bin": [ | ||
"bin\\flutter.bat", | ||
"flutter-dev-setup.ps1" | ||
], | ||
"post_install": [ | ||
"flutter-dev-setup.ps1", | ||
"Write-Host Some licenses need to be accepted before developing. We recommend you do so by running 'flutter doctor --android-licenses'. -ForegroundColor Yellow", | ||
"flutter doctor" | ||
], | ||
"env_add_path": "bin\\cache\\dart-sdk", | ||
"checkver": { | ||
"url": "https://storage.googleapis.com/flutter_infra/releases/releases_windows.json", | ||
"regex": "windows_v([\\w-.]+)-stable" | ||
"regex": "windows_v([\\d.]+)(?<delim>[-+])(?<build>[\\w.]+)-stable", | ||
"replace": "$1-${build}" | ||
}, | ||
"autoupdate": { | ||
"url": "https://storage.googleapis.com/flutter_infra/releases/stable/windows/flutter_windows_v$version-stable.zip", | ||
"url": "https://storage.googleapis.com/flutter_infra/releases/stable/windows/flutter_windows_v$matchHead$matchDelim$matchBuild-stable.zip", | ||
"hash": { | ||
"url": "https://storage.googleapis.com/flutter_infra/releases/releases_windows.json", | ||
"jsonpath": "$.releases[?(@.archive =~ /.*$basename/)].sha256" | ||
"jsonpath": "$.releases[?(@.archive =~ /.*flutter_windows_v$matchHead$matchDelim$matchBuild-stable.zip/)].sha256" | ||
} | ||
}, | ||
"suggest": { | ||
"Visual Studio Code with Flutter Extension": [ | ||
"vscode", | ||
"vscode-portable" | ||
] | ||
}, | ||
"notes": [ | ||
"Flutter has been successfully installed and put in your PATH.", | ||
"If using Visual Studio Code, don't forget to install the Flutter Extension!", | ||
"Then connect an Android Phone and start coding :-)" | ||
] | ||
} | ||
} |