- 01 May, 2020 11 commits
-
-
Hans Muller authored
-
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.
-
Jonah Williams authored
-
Greg Spencer authored
This adds an ExcludeFocus widget that prevents widgets in a subtree from having or obtaining focus. It also adds the ability for a FocusNode to conditionally prevent its children from being focusable when it isn't focusable (i.e. when canRequestFocus is false). It does this by adding an descendantsAreFocusable attribute to the FocusNode, which, when false, prevents the descendants of the node from being focusable (and removes focus from them if they are currently focused).
-
Daniel Iglesia authored
-
Greg Spencer authored
-
Jonah Williams authored
-
Ferhat authored
-
Jonah Williams authored
Avoid syncing unchanged versions of these files during hot restart/reload. This happens if the asset bundle needs to be built but produces identical manifests/licenses due to only asset contents changing
-
Kate Lovett authored
-
liyuqian authored
See https://github.com/flutter/flutter/issues/56135
-
- 30 Apr, 2020 3 commits
-
-
Jose Alba authored
-
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
-
Ferhat authored
Change display mode of PWA default to standalone, update integration test manifest to new default
-
- 29 Apr, 2020 20 commits
-
-
Jonah Williams authored
The resident runner does not check if the ApplicationPackage is null when trying to stop the app. Update AndroidDevice.stopApp to handle this case by returning false. The package will be null when flutter attach is used.
-
Jonah Williams authored
-
Jonah Williams authored
-
Matt Mohandiss authored
Fixed #55858
-
Jonah Williams authored
-
Jenn Magder authored
-
Jonah Williams authored
-
Jonah Williams authored
Finishes the gradual vm service migration by deleting the flutter tooling's vm_service
-
Jonah Williams authored
Fixes the performance issue with tree-shake-icons and filters to ttf mime type. Does not change default or error behavior.
-
Jonah Williams authored
Constructing the WebDevices with the global logger too early will lead to them grabbing the StdoutLogger when running in daemon mode. This prevents IDEs from seeing the correct debug message.
-
Tom authored
-
engine-flutter-autoroll authored
-
Anthony authored
-
guylivneh authored
-
michaellee8 authored
-
Emmanuel Garcia authored
-
Emmanuel Garcia authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 28 Apr, 2020 6 commits
-
-
Shi-Hao Hong authored
* Fix breaking change introduced by gen_l10n output-dir option
-
engine-flutter-autoroll authored
-
Katarina Sheremet authored
-
Jonah Williams authored
-
kwkr authored
-
Shi-Hao Hong authored
* Add new output-dir option for gen_l10n tool
-