- 27 Jan, 2023 15 commits
-
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
* 297ffbc86 Enable vulkan dev on macOS host (flutter/engine#39179) * 6fe9861be [fuchsia] Migrate to new RealmBuilder API (flutter/engine#39196) * b32fc7fef Fix for downstream C++20 compiler (flutter/engine#39197)
-
Flutter GitHub Bot authored
-
Jonah Williams authored
-
Qun Cheng authored
* Add canRequestFocus to TextField and requestFocusOnTap to DropdownMenu * Address comments * Address comments --------- Co-authored-by: Qun Cheng <quncheng@google.com>
-
engine-flutter-autoroll authored
* 63aaca1a6 Roll Fuchsia Mac SDK from MyL3JcOBni9CTx9wz... to 11wOrGFBXTHgxQVOi... (flutter/engine#39192) * a2a3a13e9 Roll Skia from 091ec9bdcf9b to 0b75650caf2a (5 revisions) (flutter/engine#39190) * 189a69d99 Fix Vulkan embedder example (flutter/engine#39052)
-
Michael Goderbauer authored
* Fix nullablility of TableRow.children * fix test
-
Danny Tuppeny authored
-
engine-flutter-autoroll authored
* 6a92731d2 [Impeller] ensure 1x1 has mipcount of 1 (flutter/engine#39182) * 55f7a09b4 Roll Fuchsia Linux SDK from kdjOCYzDtnfY30985... to 6c2H32X3EXOGlWIgb... (flutter/engine#39193) * 621e13cc9 Roll Dart SDK from dcdd3fbb3116 to 2cd9b7ac95e8 (2 revisions) (flutter/engine#39185)
-
engine-flutter-autoroll authored
* af065a6a1 [tool/ci] Add minimum supported SDK validation (flutter/plugins#7028) * ff84c44a5 [camera] Add back Optional type for nullable CameraController orientations (flutter/plugins#6911)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
* efe7de058 properly namespace flutter software pixel formats (flutter/engine#38847) * f1a574675 Roll Skia from ba4721319a92 to 091ec9bdcf9b (12 revisions) (flutter/engine#39177) * 79c958fc7 Roll Dart SDK from 4a8615b7e3ed to dcdd3fbb3116 (1 revision) (flutter/engine#39178)
-
Zachary Anderson authored
This reverts commit 6cd4fa45.
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
* 789a549f4 [macos] Move TextInputPlugin outside of visible area (flutter/engine#39031) * e17f58747 Revert "[macos] Move TextInputPlugin outside of visible area (#39031)" (flutter/engine#39176) * a63d98feb Update buildroot to abada33190daa7. (flutter/engine#39173)
-
- 26 Jan, 2023 15 commits
-
-
engine-flutter-autoroll authored
* 8ca3b2b72 Roll Fuchsia Mac SDK from KLzrg8eFD9m5J9xa-... to MyL3JcOBni9CTx9wz... (flutter/engine#39171) * d17004dd9 [Linux][FlView] fix rendering on startup when shown after plugin registration (flutter/engine#38982)
-
Harry Terkelsen authored
-
engine-flutter-autoroll authored
* 3d6b6effb Roll Fuchsia Linux SDK from ggI4a2jNo5aj6Rp6w... to kdjOCYzDtnfY30985... (flutter/engine#39169) * be0125bd5 Roll Skia from e9ac244d61b2 to ba4721319a92 (1 revision) (flutter/engine#39170)
-
engine-flutter-autoroll authored
* 99270b81c Roll Fuchsia Mac SDK from _H53AyDxR9Pm2TbwN... to KLzrg8eFD9m5J9xa-... (flutter/engine#39155) * 9c20d2afb Roll Fuchsia Linux SDK from pGX7tanT1okL8XCg-... to ggI4a2jNo5aj6Rp6w... (flutter/engine#39157) * 664e7d3ae Roll Skia from 3d0e2ad41911 to 0e1cb7bc43dc (1 revision) (flutter/engine#39156) * ca38bb2e6 Roll Skia from 0e1cb7bc43dc to 5e363a69efbe (3 revisions) (flutter/engine#39158) * ce3bfa124 Roll Dart SDK from f61211592196 to 160774c04493 (2 revisions) (flutter/engine#39159) * 36cb5c8ce Roll Dart SDK from 160774c04493 to 5a8b34f040f5 (1 revision) (flutter/engine#39160) * ba188d7ca Update infrastructure python code to be compatible with python 2 and python 3 (flutter/engine#39133) * 8baff3e90 Roll Skia from 5e363a69efbe to ad7955820dc6 (2 revisions) (flutter/engine#39161) * ed9fc3610 Roll Skia from ad7955820dc6 to e9ac244d61b2 (6 revisions) (flutter/engine#39165) * cb6df8585 Roll Dart SDK from 5a8b34f040f5 to 4a8615b7e3ed (1 revision) (flutter/engine#39167) * d85ec02b0 [fuchsia] Migrate to new RealmBuilder API (flutter/engine#39163) * 939012600 [Impeller] partially remove remap sampler support (flutter/engine#39147)
-
Christopher Fujino authored
This reverts commit 2b8f2d05.
-
Andrew Kolos authored
* add asset manifest bin loading and asset manifest api * use new api for image resolution * remove upfront smc data casting * fix typecasting issue * remove unused import * fix tests * lints * lints * fix import * revert image resolution changes * Update image_resolution_test.dart * Update decode_and_parse_asset_manifest.dart * make targetDevicePixelRatio optional * Update packages/flutter/lib/src/services/asset_manifest.dart Co-authored-by: Jonah Williams <jonahwilliams@google.com> * Update packages/flutter/lib/src/services/asset_manifest.dart Co-authored-by: Jonah Williams <jonahwilliams@google.com> * fix immutable not being imported * return List in AssetManifest methods, fix annotation import * simplify onError callback * make AssetManifest methods abstract instead of throwing UnimplementedError * simplify AssetVariant.key docstring * tweak _AssetManifestBin docstring * make AssetManifest and AssetVariant doc strings more specific * use List.of instead of List.from for type-safety * adjust import * change _AssetManifestBin comment from doc comment to normal comment * revert to callback function for onError in loadStructuredBinaryData * add more to the docstring of AssetManifest.listAssets and AssetVariant.key * add tests for CachingAssetBundle caching behavior * add simple test to ensure loadStructuredBinaryData correctly calls load * Update asset_manifest.dart * update docstring for AssetManifest.getAssetVariants * rename getAssetVariants, have it include main asset * rename isMainAsset field of AssetMetadata to main * (slightly) shorten name of describeAssetAndVariants * rename describeAssetVariants back to getAssetVariants * add tests for TestAssetBundle * nits * fix typo in docstring * remove no longer necessary non-null asserts Co-authored-by: Jonah Williams <jonahwilliams@google.com>
-
Flutter GitHub Bot authored
-
engine-flutter-autoroll authored
* c068a3675 [Impeller] Use analytical normals for stroke caps (flutter/engine#39124) * 68912346c Roll Dart SDK from de14a48187ce to d9151e59f70b (6 revisions) (flutter/engine#39146) * 285f3311b Roll Clang from a93d03310e2c to 20d06c833d83 (flutter/engine#39152) * ab2ccd5a6 Roll Dart SDK from d9151e59f70b to f61211592196 (3 revisions) (flutter/engine#39154) * 04f22beeb Roll Skia from 393fb1ec80f4 to 3d0e2ad41911 (6 revisions) (flutter/engine#39153)
-
engine-flutter-autoroll authored
* bc0174fd5 [path_provider] Fix iOS `getApplicationSupportDirectory` regression (flutter/plugins#7026) * 15d799b89 [url_launcher] Convert Windows to Pigeon (flutter/plugins#6991) * dc8ad7701 Roll Flutter from c35efdaa to a815ee63 (22 revisions) (flutter/plugins#7025) * e9406bc20 [camerax] Adds functionality to bind UseCases to a lifecycle (flutter/plugins#6939)
-
Hasnen Tai authored
* Fix: Added Margin Parameter for Material Banner * Fix: Comment for default value added and test improved * Fix: Comment updated * Fix: Comment added
-
godofredoc authored
The dependency is currently uploaded to two different locations. This change is required to remove the duplicate uploads and their corresponding tech debt.
-
Flutter GitHub Bot authored
Co-authored-by: Chris Bracken <chris@bracken.jp>
-
Todd Volkert authored
This updates the framework to provide higher level wrappers around ui.instantiateImageCodecWithSize(). Functionally, this doesn't change anything (other than deprecating the older loadBuffer() method in favor of loadImage()), but it sets the stage for a simpler change that will allow us to provide a more flexible way to load sized images. #118543
-
engine-flutter-autoroll authored
* e3b278239 [macOS] Formalize FlutterViewController's initialization flow, and prohibit replacing (flutter/engine#38981) * 36db005dd Revert "[macOS] Formalize FlutterViewController's initialization flow, and prohibit replacing (#38981)" (flutter/engine#39144) * a20609120 Roll buildroot (flutter/engine#39141) * 8f1e5dc1b Reland "[macOS] Formalize FlutterViewController's initialization flow, and prohibit replacing" (flutter/engine#39145)
-
engine-flutter-autoroll authored
* c01d4a144 Roll Skia from c4b171fe5668 to 393fb1ec80f4 (9 revisions) (flutter/engine#39138) * 308ce918f Get the vulkan backend working again (flutter/engine#39103)
-
- 25 Jan, 2023 10 commits
-
-
Flutter GitHub Bot authored
-
engine-flutter-autoroll authored
* c0329ece2 Roll ICU from 1b7d391f0528 to 2cce76fd67af (5 revisions) (flutter/engine#39136) * 44362c90f Fix position of ImageFilter layer when raster-cached (flutter/engine#38567)
-
Michael Goderbauer authored
* Remove single-view assumption from material library * one widget
-
Tae Hyung Kim authored
-
Michael Goderbauer authored
* Add MediaQuery to View * unify API * fix test * add test * comment * better doc * Apply suggestions from code review Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com> Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>
-
engine-flutter-autoroll authored
30c02e4c8 [Impeller] Make text glyph offsets respect the current transform (flutter/engine#39119) (#119179)
-
engine-flutter-autoroll authored
-
Ahmed Ashour authored
* Remove superfluous words from comments. * Revert `win32_window.h` Which seems to come from `gallery`
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
7b72038ef Roll Fuchsia Linux SDK from E9m-Gk382PkB7_Nbp... to pGX7tanT1okL8XCg-... (flutter/engine#39130) (#119169)
-