- 25 Jan, 2023 21 commits
-
-
engine-flutter-autoroll authored
7b72038ef Roll Fuchsia Linux SDK from E9m-Gk382PkB7_Nbp... to pGX7tanT1okL8XCg-... (flutter/engine#39130) (#119169)
-
engine-flutter-autoroll authored
-
Simon Friis Vindum authored
-
engine-flutter-autoroll authored
-
Ben Konyi authored
This flag will allow for Observatory to be served by the VM service once it is disabled by default in the Dart SDK.
-
engine-flutter-autoroll authored
-
Victoria Ashworth authored
* Add usage event to track when a iOS network device is used * update usage event to track percentage of iOS network vs usb devices, update and fix tests * refactor tracking to happen in usageValues with a custom dimension
-
Todd Volkert authored
-
engine-flutter-autoroll authored
6f806491e [web] use a render target instead of a new surface for Picture.toImage (flutter/engine#38573) (#119143)
-
engine-flutter-autoroll authored
8efc7183b Roll Skia from 8ffd5c20d634 to da5034f9d117 (4 revisions) (flutter/engine#39123) (#119129)
-
Taha Tesser authored
* Add Material 3 `CheckboxListTile` example and update existing examples * fix `list_tile.dart` doc issues * Remove unnecessary comma
-
engine-flutter-autoroll authored
d39ab638b Roll Fuchsia Mac SDK from MUvFS0baOnigVUIND... to _H53AyDxR9Pm2TbwN... (flutter/engine#39122) (#119126)
-
Justin McCandless authored
-
Todd Volkert authored
* Add Decoding Flutter videos to API docs * Review comments * Update widget of the week videos too
-
engine-flutter-autoroll authored
bffb98352 Roll Skia from b72fececbdcc to 8ffd5c20d634 (3 revisions) (flutter/engine#39114) (#119099)
-
Todd Volkert authored
* Only emit image painting events in debug & profile modes. These events were being emitted in release mode, which was showing up in the profiler for my app as taking up a noticeable amount of build time (still well within the frame budget, but this code was near the top of the list). * Review comment
-
engine-flutter-autoroll authored
55bb8deaf [Impeller] Linear sample atlas glyphs when the CTM isn't translation/scale only (flutter/engine#39112) (#119098)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
* 6aa30b294 Roll Skia from 1bc48bcb1201 to b72fececbdcc (14 revisions) (flutter/engine#39108) * 5405f2c26 [Impeller] Switch to nearest sampling for the text atlas (flutter/engine#39104)
-
engine-flutter-autoroll authored
* 4165d4b9b Improve crashes if messenger APIs are used incorrectly (flutter/engine#39041) * bec40654a Roll Fuchsia Linux SDK from dWbkAZchFHtZE9Wt_... to E9m-Gk382PkB7_Nbp... (flutter/engine#39107)
-
engine-flutter-autoroll authored
* acb561092 [web] Remove dependency on 'profiling' subfolder of canvaskit. (flutter/engine#38169) * d98926c32 [Impeller] Add and reorder FAQ entries. (flutter/engine#39106)
-
- 24 Jan, 2023 19 commits
-
-
Greg Spencer authored
* Add stack functionality to the FocusManager * Separate out the highlight manager from the focus manager * Revert more unrelated changes * Review Changes
-
engine-flutter-autoroll authored
* 334c92e56 [Impeller] drawAtlas blend mode. (flutter/engine#38335) * 2499a5d9f Roll Fuchsia Mac SDK from HxpwvvbQdk54L6_8q... to MUvFS0baOnigVUIND... (flutter/engine#39105)
-
engine-flutter-autoroll authored
* 19b356e46 Roll Skia from 90fda2e72314 to 1bc48bcb1201 (4 revisions) (flutter/engine#39100) * 59ea78bfa Roll Dart SDK from d1a0e860679e to de14a48187ce (1 revision) (flutter/engine#39099)
-
yaakovschectman authored
* Create template file test * Add to .ci.yaml * Add to TESTOWNERS * Organize test script * Push license to top of file * Equals sign * Utilize path.join * Expand error message Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com> * Fix missing newline string * Move template file test to analyze.dart * Fix newline * Var name * Fix extension length * Use ignore-list for filenames * Update dev/bots/analyze.dart Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com> * Indentation Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
-
Michael Goderbauer authored
* Enable unnecessary_null_comparison outside of packages * fix snippet * enable for all
-
Gary Qian authored
-
engine-flutter-autoroll authored
* 22084db7a Remove unnecessary null checks in doc snippet (flutter/engine#39071) * f91890636 Roll Skia from f6a5c806294d to 1ccf2093cfa9 (2 revisions) (flutter/engine#39028) * f02a70492 Roll Fuchsia Mac SDK from rQtxqj3gePeR-nTLv... to HxpwvvbQdk54L6_8q... (flutter/engine#39075) * 42eec6280 [Impeller] uniform offsets account for size (flutter/engine#39077) * b6a348a82 Ability to disable browser context menu (flutter/engine#38682) * 1b51696eb Roll Skia from 1ccf2093cfa9 to 0328e12ab195 (59 revisions) (flutter/engine#39078) * d83a705ef [embedder] Fix getting vkGetInstanceProcAddr (flutter/engine#39051) * 973b01c40 Fix doc analyzer breakage (flutter/engine#39082) * 55e9eafab Roll Dart SDK from 107a1280a61f to d1a0e860679e (2 revisions) (flutter/engine#39084) * fa07c546c Roll Skia from 0328e12ab195 to 50d78376d30c (3 revisions) (flutter/engine#39086) * 17abf1a9e Roll Fuchsia Linux SDK from GLRbnjiO5SbZKX-Us... to dWbkAZchFHtZE9Wt_... (flutter/engine#39087) * 5c46d75f7 Roll Skia from 50d78376d30c to 90fda2e72314 (4 revisions) (flutter/engine#39089) * 5b4e331a6 Add mmap dependency to flutter_frontend_server (flutter/engine#39090) * 7f38d0d4f Migrate `@FfiNative` to `@Native` (flutter/engine#39034) * 71ee5f19b Remove superfluous words from comments (flutter/engine#39068)
-
stuartmorgan authored
* Add Windows unit tests to plugin template Adds an example native unit test to the plugin template for Windows, matching the format we use for our 1P plugin example app unit tests. Once these have been added for all platforms+languages, they will be documented on a new plugin development page to explain their use. Since we don't appear to be running our current plugin e2e tests for Windows, this adds a new configuration to run them. I haven't `led`-tested this, so it may not work, but this will give a starting point for getting them running. Part of https://github.com/flutter/flutter/issues/82458 * Minor fix * Add test owner * Fix typo * Fix test feature flag
-
Polina Cherkasova authored
-
Nicholas Shahan authored
The changes to the Dart SDK have rolled so the backward compatibility is no longer needed.
-
Ahmed Ashour authored
* Remove superfluous words. * Update packages/flutter/lib/src/widgets/slotted_render_object_widget.dart Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
Christopher Fujino authored
* roll pub deps and remove archive, crypto, typed_data from allow-list * un-comment code
-
Jenn Magder authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
* dart fix --apply * manual fixes
-
engine-flutter-autoroll authored
7d3233d26 [web] Build multiple CanvasKit variants (using toolchain_args) (flutter/engine#38448) (#119021)
-
Michael Goderbauer authored
* dart fix --apply * manual fixes
-
Jenn Magder authored
-
Greg Spencer authored
* Remove ThemeData.buttonColor references * Fix test * Remove more buttonColors * Macro the definition of color scheme * remove doc reference
-