- 27 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 25 Sep, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 19 Sep, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 11 Sep, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 20 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 01 Jul, 2019 1 commit
-
-
stuartmorgan authored
- Adds desktop projects to ApplicationPackageStore - Plumbs target overrides through the desktop builds
-
- 18 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 11 Jun, 2019 1 commit
-
-
Emmanuel Garcia authored
This is done via `flutter build bundle`. As a consequence, this PR introduces a new way to disable analytics via the `FLUTTER_SUPPRESS_ANALYTICS` env flag.
-
- 07 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 31 May, 2019 1 commit
-
-
Jonah Williams authored
This reverts commit 445505d6.
-
- 30 May, 2019 1 commit
-
-
Jonah Williams authored
-
- 29 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Apr, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 16 Apr, 2019 1 commit
-
-
Alexander Aprelev authored
* Support release/debug flavors of flutter_patched_sdk * Use [anyNamed] instead of [any] for mocking named arguments * Fix use of local engine in release mode
-
- 21 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 07 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix indentof statements in BlockFunctionBody * fix indentof statements in BlockFunctionBody in tests
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 13 Feb, 2019 1 commit
-
-
KyleWong authored
This PR aims at several things: 1. Use pub_semver to check a version in pubspec.yaml meets the requirements specified in https://semver.org/. 2. Don't limit build-number/build-name as a fixed format. Instead, validate it according to the target(ios/android). 3. Make sure that build-number/build-name are always validated no matter it's specified by the `flutter command` or version in pubspec.yaml. Fixes #27589
-
- 30 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 11 Jan, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 07 Jan, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 04 Jan, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 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
-
- 23 Oct, 2018 1 commit
-
-
Jacob Richman authored
Ensure that cached dill files for builds with --track-widget-creation always have .track. in the file name to avoid mixing transformed and untransformed kernel files.
-
- 09 Oct, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 01 Oct, 2018 3 commits
-
-
Alexandre Ardhuin authored
-
Jonah Williams authored
This reverts commit b07d986f.
-
Chris Bracken authored
Eliminates the --snapshot and --depfile parameters from the flutter bundle command. The snapshot parameter is unused in Dart 2 -- code is built to kernel .dill files and for profile/release builds, then AOT compiled. While depfiles are still used in Dart 2 (e.g. by the kernel compiler), there are enough assumptions in the code that they lie in the default location (e.g. in the Gradle build) and no reasons to support user-cusomisation that it makes sense to eliminate the --depfile option as well, and always use the default location. This commit also renames 'depFilePath' to 'depfilePath' for consistency across the codebase.
-
- 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
-
-
Stanislav Baranov authored
Use "product" mode VM snapshot when running dynamic "release" mode flutter with cached engine. (#22043) Dynamic "release" mode requires "product" (not "release") mode VM, so we must point it to the correct cached snapshot. Generation and caching of this snapshot happens the following corresponding change: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1232134
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-