- 18 Jun, 2020 1 commit
-
-
Greg Spencer authored
This makes the flutter and dart scripts invoke their batch file equivalents if running under MINGW (i.e. git-bash) on Windows. This allows for proper locking, and makes sure that people aren't using two different (and non-mutally-aware) locking systems when running flutter on Windows. I also fixed a couple of places where we look for MINGW32, which fails under MINGW64. It just looks for MINGW now.
-
- 23 Apr, 2020 1 commit
-
-
Dmitry Mostovenko authored
-
- 27 Feb, 2020 1 commit
-
-
Christopher Fujino authored
-
- 26 Feb, 2020 2 commits
-
-
Vyacheslav Egorov authored
This reverts commit 492fb638. Reason for revert: Dart HHH infrastructure including Golem builders are using older images which have older curl which does not support these flags. Upgrading images takes long time - so in the interim we are forced to revert to avoid accumulating gap in coverage.
-
Fedor Korotkov authored
Retry downloading Dart SDK at least 3 times with a 5 seconds wait in between retries
-
- 30 Jan, 2020 1 commit
-
-
刘冲 authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 24 Oct, 2019 1 commit
-
-
Jefferson Quesado authored
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 15 Feb, 2019 1 commit
-
-
Todd Volkert authored
This is a partial re-application of #24669 https://github.com/flutter/flutter/issues/24413
-
- 30 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 21 Dec, 2018 1 commit
-
-
Ian Hickson authored
We have a page on the Web page now.
-
- 11 Dec, 2018 1 commit
-
-
Jonah Williams authored
-
- 10 Dec, 2018 1 commit
-
-
Todd Volkert authored
Fixes https://github.com/flutter/flutter/issues/24413
-
- 08 Nov, 2018 1 commit
-
-
Ian Hickson authored
We have templates now.
-
- 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
-