- 28 Feb, 2023 1 commit
-
-
Nabeel Parkar authored
Migrate activation issue template to Github form issues
-
- 12 Jan, 2023 1 commit
-
-
Deokgyu Yang authored
As the results of "uname -s" command is like the below on MSYS2 on Windows Terminal, MSYS_NT-10.0-22621 This patch fixes the Flutter command working on this kind of systems. Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
-
- 05 Apr, 2022 1 commit
-
-
Christopher Fujino authored
-
- 26 Jan, 2022 1 commit
-
-
Zachary Anderson authored
-
- 29 Dec, 2021 1 commit
-
-
Bogdan Lukin authored
-
- 19 Nov, 2021 1 commit
-
-
Ian Hickson authored
-
- 01 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi authored
-
- 05 Feb, 2021 1 commit
-
-
godofredoc authored
This is in preparation to move the flutter artifacts to a more secure location. Bug: go/fxb/64576
-
- 23 Sep, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] only lock if an upgrade/download will be performed (linux/macos) and output building messages to stderr (#65422) Currently an invocation of flutter/dart will always attempt to acquire a lock. This can pose problems for tools that attempt to run multiple dart/flutter instances. Instead update the lock logic (on Linux/macOS) so that we only attempt to acquire it if an update/snapshot needs to be performed. To avoid repeatedly performing downloads/snapshots if multiple flutter/dart invocations are fired off concurrently when an update needs to be performed, do a second check of the download/snapshot condition after the lock is released. Additionally, moves all of the building/debug output to stderr on both the bash and batch scripts. This allows machine mode consumption of the tool to ignore needing to parse/handle the rebuild messages.
-
- 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
-