- 06 Mar, 2019 1 commit
-
-
Jason Simmons authored
flutter_shared was used to package the icudtl.dat file, but that data is now embedded inside libflutter.so
-
- 30 Jan, 2019 1 commit
-
-
KyleWong authored
-
- 24 Jan, 2019 2 commits
-
-
Jason Simmons authored
This reverts commit 30f33d6c.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/26544
-
- 18 Jan, 2019 1 commit
-
-
Jason Simmons authored
This is based on https://github.com/flutter/flutter/commit/9880baa3964789674ad265e18cbc448ec23e0b76 but will support building APKs with --local-engine
-
- 16 Jan, 2019 1 commit
-
-
Vyacheslav Egorov authored
This reverts commit 9880baa3. Reason for revert: broke `--local-engine` command line option.
-
- 15 Jan, 2019 1 commit
-
-
Igor Borges authored
copySharedFlutterAssetsTask copies the `flutter_shared` folder assets to android's `src/main` folder of Flutter project, so that folder is bundled on the generated AAR
-
- 21 Dec, 2018 1 commit
-
-
Stanislav Baranov authored
* Renamed --save-compilation-trace to flutter run --train. * Renamed --precompile=<file> to --compilation-trace-file=<file>. * In dynamic mode, made JIT snapshot the default, instead of kernel file.
-
- 20 Dec, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 17 Dec, 2018 1 commit
-
-
Dan Field authored
-
- 24 Oct, 2018 1 commit
-
-
Stefan Mitev authored
* Fixes gradle error: 'Could not find lint-gradle-api.jar' (#23095)
-
- 20 Oct, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 19 Oct, 2018 1 commit
-
-
Alexander Aprelev authored
-
- 18 Oct, 2018 4 commits
-
-
Alexander Aprelev authored
This reverts commit 617e8f65 as it breaks deps-processing on Windows.
-
Alexander Aprelev authored
Fixes https://github.com/flutter/flutter/issues/23236
-
Sebastian Roth authored
-
- 17 Oct, 2018 1 commit
-
-
Jacob Richman authored
--track-widget-creation=false to --track-widget-creation=true but not when switching from --track-widget-creation=true to --track-widget-creation=false due to the surprising behavior of Gradle @Optional inputs.
-
- 10 Oct, 2018 1 commit
-
-
Jason Simmons authored
This is required in order to support "flutter run --profile"
-
- 09 Oct, 2018 2 commits
-
-
Stanislav Baranov authored
-
Stanislav Baranov authored
Gradle plugin support for adding flutter as subproject to another Android app
-
- 28 Sep, 2018 1 commit
-
-
Stanislav Baranov authored
This also involves switching from Core JIT to App JIT snapshot, and replacing per-isolate VM snapshot with the shared VM snapshot. For now there is no separate update bundle file, as the generated update gets packaged directly into the APK for testing purposes.
-
- 20 Sep, 2018 1 commit
-
-
Greg Spencer authored
This changes the compiler output for gradle to be less verbose and more easily read. This only applies to compilation error messages: other gradle messages will continue to print as before. It also fixes a small problem with the performance measurement printing (see that "7.1s" on it's own line in the original?) so that if something is expected to have multiple lines of output, it prints an initial line, and a "Done" line with the elapsed time, so that it's possible to know what the time applies to. It also updates the spinner to be fancier, at least on platforms other than Windows (which is missing a lot of symbols in its console font). Addresses #17307
-
- 07 Sep, 2018 2 commits
-
-
Chris Bracken authored
This tickled a bug in KernelCompiler.compile() where the fingerprinter doesn't include the outputFilePath in its list of dependencies. As such, if the output .dill file is missing or corrupted, the fingerprint still matches and re-compile is skipped, even though it shouldn't be. I'll fix that in a followup, then look at how this triggered that issue. My hypothesis is that that it's due to the aot kernel compile and bundle kernel compile have separate output directories for the .dill files (build/ vs build/aot) but the same output directory for the associated depfiles (due to this patch). This reverts commit 43a106e9.
-
Chris Bracken authored
The --snapshot argument was only necessary in Dart 1. The --depfile argument was only used in Dart 2 mode to pass to the kernel compiler, but was inconsistent with the 'build aot' command, where the depfile was always set to build/kernel_compile.d. This patch updates 'build bundle' to emit the depfile to a location consistent with the 'build aot' command; since it's not intended to be user-configurable and flutter.gradle hardcodes the location to build/kernel_compile.d either way, this patch also eliminates the ability to configure the filename altogether.
-
- 06 Sep, 2018 1 commit
-
-
Jason Simmons 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.
-
- 16 Aug, 2018 3 commits
-
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
- 15 Aug, 2018 2 commits
-
-
Jonah Williams authored
* Revert "iOS Dialog blur, brightness, and layout (#18381)" This reverts commit 21bc9f1b. * Revert "Flutter tool support for dynamic code. (#20543)" This reverts commit 25ba90aa.
-
Stanislav Baranov authored
-
- 20 Jun, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 15 Jun, 2018 1 commit
-
-
Stanislav Baranov authored
Add flutter tool support for creating app-specific VM snapshots.
-
- 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.
-
- 06 Jun, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 04 Jun, 2018 1 commit
-
-
Martin Kustermann authored
The change in 8b8d368d has only renamed the flag in a subset of the places.
-