- 09 Oct, 2020 1 commit
-
-
Jonah Williams authored
Do not upload all assets on initial devFS sync. This should increase the reliability of the initial connection, even in the face of flaky devfs behavior, in addition to a moderate perf improvement. Updates fast-start to build assets as part of the initial bundle Requires flutter/engine#21436 Requires flutter/engine#21586 Requires flutter/engine#21611
-
- 25 Aug, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] support code size tooling on iOS, linux, windows, macOS, and Android on Windows (#63610) Adds support for size analysis on iOS, macOS, linux, and Windows - using an uncompressed directory based approach. The output format is not currently specified. Adds support for size analysis on android on windows, switching to package:archive Updates the console format to display as a tree, allowing longer paths. Increases the number of dart libraries shown (to avoid only ever printing the flutter/dart:ui libraries, which dominate the size)
-
- 24 Jul, 2020 1 commit
-
-
Jonah Williams authored
In the add-2-app case, users may not specify the android target platforms field, but this only defaults to arm builds. Add x64 to the default list. Fixes #62095
-
- 18 Jun, 2020 2 commits
-
-
Jonah Williams authored
Revert "flutter.gradle: collect list of Android plugins from .flutter-plugins-dependencies (#59294)" (#59810) This reverts commit 947b48e0.
-
Igor Akkerman authored
-
- 04 Jun, 2020 3 commits
-
-
Jonah Williams authored
This reverts commit 253eb1cf.
-
Igor Akkerman authored
-
Jonah Williams authored
Also combines experiments into extraGenSnapshot/ExtraFrontEndOptions. Allows providing --no-sound-null-safety to allow out of order migration and running.
-
- 14 May, 2020 1 commit
-
-
shihchanghsiungsonos authored
[Add2App Android] Fix the issue of Hotreload broken on latest Dev release with Android device (#57145)
-
- 10 May, 2020 1 commit
-
-
Luke Cheng authored
-
- 07 May, 2020 1 commit
-
-
xster authored
-
- 04 May, 2020 1 commit
-
-
Jonah Williams authored
Ensure --no-track-widget-creation is piped through android/macOS. Adds integration testing for iOS/android/macOS
-
- 01 May, 2020 1 commit
-
-
Jonah Williams authored
Ensure iOS and android builds can be correctly cached. Use the performance-measurement-file to verify that all targets were skipped on the second invocation. This is only run on the flutter_gallery build.
-
- 30 Apr, 2020 1 commit
-
-
Jonah Williams authored
Support bundling SkSL shaders into an android APK or appbundle via the --bundle-sksl-path command line options. If provided, these are validated for platform engine revision and then placed in flutter_assets/io.flutter.shaders.json
-
- 16 Apr, 2020 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit b8bd09db.
-
Jonah Williams authored
-
- 08 Apr, 2020 1 commit
-
-
Jonah Williams authored
Ensure build fails if asset files are missing and that stderr messages are forwarded through Gradle
-
- 06 Apr, 2020 1 commit
-
-
Anisov Aleksey authored
-
- 01 Apr, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 06 Mar, 2020 2 commits
-
-
Jonah Williams authored
-
Jenn Magder authored
-
- 05 Mar, 2020 2 commits
-
-
Jonah Williams authored
Revert "[flutter_tools] Allow providing dart-defines to Android, iOS, macOS builds (#51714)" (#52041) This reverts commit ee60eeea.
-
Jonah Williams authored
-
- 27 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 23 Feb, 2020 1 commit
-
-
shihchanghsiungsonos authored
-
- 20 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 17 Feb, 2020 1 commit
-
-
shihchanghsiungsonos authored
-
- 06 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 25 Jan, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 19 Dec, 2019 1 commit
-
-
Jonah Williams authored
[flutter_tool] ensure extraGenSnapshotArguments are forwarded to gen_snapshot from Android builds (#47059)
-
- 18 Dec, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 10 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 09 Dec, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 05 Dec, 2019 2 commits
-
-
Jenn Magder authored
This reverts commit 2a113165.
-
Jonah Williams 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
-
- 22 Nov, 2019 1 commit
-
-
Emmanuel Garcia authored
Add `.flutter-plugins-dependencies` to the project, which contains the app's plugin dependency graph (#45379)
-
- 19 Nov, 2019 1 commit
-
-
Jonah Williams authored
-