- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 08 Apr, 2019 1 commit
-
-
Jonah Williams authored
Reland: Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30254)
-
- 30 Mar, 2019 2 commits
-
-
Jonah Williams authored
Revert "Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30075)" (#30232)
-
Jonah Williams authored
-
- 08 Mar, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 3fd36200.
-
Jonah Williams authored
-
- 13 Feb, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 76061c4f.
-
Jonah Williams authored
-
- 08 Feb, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 98971f3c.
-
Jonah Williams authored
-
- 25 Jan, 2019 2 commits
-
-
Gary Qian authored
- 19 Jan, 2019 1 commit
-
-
Ian Hickson authored
These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
-
- 11 Jan, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 05 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Sep, 2018 1 commit
-
-
Chris Bracken authored
This patch eliminates the --preview-dart-2/--no-preview-dart-2 flag, hardcoding all uses to true. It also defaults all previewDart2 method parameters to true, where they hadn't yet been. A series of subsequent patches will eliminate all previewDart2 parameters and the associated code from within the codebase.
-
- 31 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 30 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 13 Jun, 2018 1 commit
-
-
Chris Bracken authored
fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly from source, flutter_platform.dart automatically runs a kernel compile when operating in Dart 2 mode, but this assumes a functional Dart SDK is available in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts directory with an empty temp dir. Remaining work is: 1. Get the frontend server building as a dependency on Fuchsia. 2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server. This also reverts migration to Dart 2 typedef syntax. This reverts commit 6c56bb24. (#18362) This reverts commit 3daebd05. (#18316)
-
- 08 Jun, 2018 3 commits
-
-
Chris Bracken authored
* It's time to #deleteDart1 (#18293) Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1 benchmarks. All commands now run in Dart 1 mode only. Eliminates --preview-dart-2 / --no-preview-dart-2 support. * Fix indentation, remove no longer necessary .toList() * Only push udpated kernel if >0 invalidated srcs
-
Chris Bracken authored
Several benchmarks started failing during kernel compile: 1. Timeouts: * commands_test * hot_mode_dev_cycle__benchmark * run_machine_concurrent_hot_reload * service_extensions_test 2. Kernel compiler crash: * hot_mode_dev_cycle_linux__benchmark * routing_test 3. Unexpected termination: * hot_mode_dev_cycle_win__benchmark This reverts commit ed63e708.
-
Chris Bracken authored
Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1 benchmarks. All commands now run in Dart 1 mode only. Eliminates --preview-dart-2 / --no-preview-dart-2 support.
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 May, 2018 1 commit
-
-
Simon Lightfoot authored
* Patch to fix builds with custom targets on iOS simulator. #16787 * Fix for unused import. * Code review changes applied.
-
- 29 Mar, 2018 1 commit
-
-
Ralph Bergmann authored
add --buildNumber and --buildName to flutter build like flutter build apk --buildNumber=42 --buildName=1.0.42
-
- 16 Mar, 2018 1 commit
-
-
Vyacheslav Egorov authored
-
- 13 Feb, 2018 1 commit
-
- 08 Feb, 2018 1 commit
-
-
asiva authored
-
- 04 Jan, 2018 1 commit
-
-
Siva authored
* Plumb a --strong option through to the front end server and the engine so that we can run flutter apps in preview-dart-2 and strong mode * - Address analyzer lint issues *- correctly set up strong mode option in the case of AOT builds
-
- 01 Dec, 2017 1 commit
-
-
Alexander Aprelev authored
* Fix --preview-dart2 option handling for ios profile/release. * Remove unused parameter
-
- 30 Nov, 2017 2 commits
-
-
Alexander Aprelev authored
-
Alexander Aprelev authored
-
- 23 Aug, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 22 Aug, 2017 2 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit 8d07d3f6.
-
Mikkel Nygaard Ravn authored
-
- 29 Jun, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 07 Jun, 2017 1 commit
-
-
xster authored
* Before tests * Add the part to trust the cert on the device * flip the error checks since some are more specific and are more actionable * add tests * review
-
- 27 Mar, 2017 1 commit
-
-
Jakob Andersen authored
The very first time `pod install` is invoked, CocoaPods downloads the master spec repository, which takes quite a while. Before this change, the build appeared to have stalled. With this change, at least the spinner is moving. Added `pod setup` to the install instructions for CocoaPods, so the spec repo is downloaded while setting up Flutter, instead of during the first build.
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 25 Feb, 2017 1 commit
-
-
Chris Bracken authored
iOS builds rely on package dependencies and associated build artifacts (pubspec.lock, .packages files) to be up-to-date.
-