- 04 May, 2020 2 commits
-
-
Paul Berry authored
An upcoming Dart SDK change (https://github.com/dart-lang/sdk/commit/fa2fd41166db35afa4777e63f900e83d25709c5c) changes the precise text of the exception generated by `utf8.decode` if a non-UTF8 file is found. This is causing a breakage in the Dart team's `flutter-analyze` bot (and will presumably cause a breakage in the corresponding Flutter bot as soon as this change is rolled into Flutter). To avoid this breakage, the bot shouldn't rely on the exact exception text; it is sufficient to simply catch a FormatException.
-
engine-flutter-autoroll authored
2037e0f18 Roll src/third_party/dart c3ce87355614..d5af40b640f7 (1 commits) (flutter/engine#18110) (#56258)
-
- 03 May, 2020 6 commits
-
-
engine-flutter-autoroll authored
-
stuartmorgan authored
Redirects stdout/stderr in the Windows template when creating a console. This fixes the console opened when running from Visual Studio to actually show output, instead of being empty. Fixes #53169
-
engine-flutter-autoroll authored
7a492012a Roll src/third_party/skia 80cab814091d..57f289d7423c (1 commits) (flutter/engine#18105) (#56233)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
813fd04c7 Roll src/third_party/dart a42e6ac0356d..c3ce87355614 (3 commits) (flutter/engine#18103) (#56225)
-
engine-flutter-autoroll authored
94e6baa75 Roll src/third_party/dart be1f85847fd5..a42e6ac0356d (1 commits) (flutter/engine#18102) (#56215)
-
- 02 May, 2020 8 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
86c0c54be Roll src/third_party/dart eca696c0268f..be1f85847fd5 (3 commits) (flutter/engine#18100) (#56187)
-
engine-flutter-autoroll authored
d0bcc6980 Roll src/third_party/skia 64964bb1150e..80cab814091d (1 commits) (flutter/engine#18099) (#56182)
-
engine-flutter-autoroll authored
edf65e286 Roll fuchsia/sdk/core/linux-amd64 from cIjMH... to Rp56G... (flutter/engine#18098) (#56177)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Shi-Hao Hong authored
* Run encode kn character encoding tool when gen_localizations is run * Add test that ensures *_kn.arb files are properly encoded/escaped in order to be checked in * Fix *_no.arb test to not incorrectly pass
-
Jonah Williams authored
Introduce BuildSystem.buildIncremental, which keeps an in-memory cache of timestamps instead of file hashes. This will be used to implement localization generation through the same build system API.
-
- 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 10 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.
-