- 07 Apr, 2018 1 commit
-
-
xster authored
-
- 03 Apr, 2018 1 commit
-
-
Ohad Rau authored
* Fix absolute shebang in /bin/flutter * Fix absolute shebang in bin/internal/update_dart_sdk.sh
-
- 14 Feb, 2018 1 commit
-
-
Alexander Aprelev authored
* Use engine-built dart sdk * Download dart-sdk from engine * Move up deps to fix dart sdk constraint problem * Update update_dart_sdk.ps1 for Windows * Fix tests so they pass analysis * More types for tests * Roll engine * Update dart sdk stamp location in flutter.bat * Add newline
-
- 07 Dec, 2017 1 commit
-
-
Jakob Andersen authored
Add support for configuring the base storage URL for Flutter's artifacts. If FLUTTER_STORAGE_BASE_URL is set, use it instead of storage.googleapis.com. The pub server can be overridden by setting PUB_HOSTED_URL.
-
- 23 Aug, 2017 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/11722
-
- 21 Jul, 2017 1 commit
-
-
Devon Carew authored
-
- 13 Jun, 2017 1 commit
-
-
Alexander Aprelev authored
* Support 'be' channel so you can download dart-sdk from the tip. This is triggered when you put 'hash/<build hash>' into dart-sdk.version file. For example, 'hash/c0617d20158955d99d6447036237fe2639ba088c' * Add README.md * Fix grammar, spacing, 80 chars, nicer ===
-
- 23 Apr, 2017 1 commit
-
-
Brian Slesinsky authored
Without this flag, it shows progress via increasing numbers instead of a progress bar. For some reason, the IDEA console seems to be okay with that.
-
- 20 Apr, 2017 1 commit
-
-
Todd Volkert authored
-
- 24 Jan, 2017 1 commit
-
-
Michael Goderbauer authored
This brings the Windows script up to par with the Linux/Mac script. `flutter doctor` works. There are two scripts (`bin/flutter` and `bin/internal/update_dart-sdk`), which are platform dependent (bash script on Linux/Max, PowerShell script on Windows) and we need to keep an eye on making sure that their logic stays in sync. Both scripts are rather simple and I am not expecting many changes to them. I also made sure that both versions follow the same structure to make it easier to keep them consistent. Required for https://github.com/flutter/flutter/issues/138
-
- 28 Oct, 2016 1 commit
-
-
Chris Bracken authored
-
- 07 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 06 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 06 Jul, 2016 1 commit
-
-
Eric Seidel authored
This came up in security review. @abarth
-
- 02 Mar, 2016 1 commit
-
-
John McCutchan authored
-
- 01 Mar, 2016 1 commit
-
-
Noman authored
in china , appspot is blocked, but storage.googleapis.com can visited
-
- 20 Feb, 2016 1 commit
-
-
Adam Barth authored
Downloading these packages from cloud storage simplifies our deployment story because we can upload to cloud storage automatically from the buildbot. This patch also switches the responsibility for downloading the engine artifacts to update_engine.sh. Centralizing this responsibility ensures that the packages and the binaries are always in sync.
-
- 15 Feb, 2016 2 commits
-
-
Ian Hickson authored
-
Adam Barth authored
This patch teaches the flutter command to download the Dart SDK into cache, removing another step from the Getting Started workflow. The version of the Dart SDK is controlled by the "dart-sdk.version" file in the bin/cache directory. Fixes #54
-