-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Comparing changes
Open a pull request
base repository: flutter/flutter
base: c9affdba9dcd
head repository: flutter/flutter
compare: 27f8ebdaed70
- 15 commits
- 28 files changed
- 9 contributors
Commits on Jan 26, 2023
-
Fix: Added
marginparameter forMaterialBannerclass (#119005)* Fix: Added Margin Parameter for Material Banner * Fix: Comment for default value added and test improved * Fix: Comment updated * Fix: Comment added
Configuration menu - View commit details
-
Copy full SHA for 7d3b762 - Browse repository at this point
Copy the full SHA 7d3b762View commit details -
Roll Plugins from 1e5efd144f93 to e9406bc209a2 (4 revisions) (#119249)
* bc0174fd5 [path_provider] Fix iOS `getApplicationSupportDirectory` regression (flutter/plugins#7026) * 15d799b89 [url_launcher] Convert Windows to Pigeon (flutter/plugins#6991) * dc8ad7701 Roll Flutter from c35efda to a815ee6 (22 revisions) (flutter/plugins#7025) * e9406bc20 [camerax] Adds functionality to bind UseCases to a lifecycle (flutter/plugins#6939)
Configuration menu - View commit details
-
Copy full SHA for 40bd82e - Browse repository at this point
Copy the full SHA 40bd82eView commit details -
Roll Flutter Engine from 8f1e5dc1b124 to 04f22beebb42 (5 revisions) (#…
…119218) * 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)
Configuration menu - View commit details
-
Copy full SHA for 07522b7 - Browse repository at this point
Copy the full SHA 07522b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 459c1b7 - Browse repository at this point
Copy the full SHA 459c1b7View commit details -
Add API for discovering assets (#118410)
* 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 <[email protected]> * Update packages/flutter/lib/src/services/asset_manifest.dart Co-authored-by: Jonah Williams <[email protected]> * 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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b8f2d0 - Browse repository at this point
Copy the full SHA 2b8f2d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a04ab71 - Browse repository at this point
Copy the full SHA a04ab71View commit details -
Roll Flutter Engine from 04f22beebb42 to 93901260098e (12 revisions) (#…
…119279) * 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)
Configuration menu - View commit details
-
Copy full SHA for 1da487d - Browse repository at this point
Copy the full SHA 1da487dView commit details -
Roll Flutter Engine from 93901260098e to be0125bd5716 (2 revisions) (#…
…119283) * 3d6b6effb Roll Fuchsia Linux SDK from ggI4a2jNo5aj6Rp6w... to kdjOCYzDtnfY30985... (flutter/engine#39169) * be0125bd5 Roll Skia from e9ac244d61b2 to ba4721319a92 (1 revision) (flutter/engine#39170)
Configuration menu - View commit details
-
Copy full SHA for 1b779b6 - Browse repository at this point
Copy the full SHA 1b779b6View commit details -
Download platform-agnostic Flutter Web SDK in the flutter_tool (#118654)
Harry Terkelsen authoredJan 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 42bd5f2 - Browse repository at this point
Copy the full SHA 42bd5f2View commit details -
Roll Flutter Engine from be0125bd5716 to d17004dd96d7 (2 revisions) (#…
…119287) * 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)
Configuration menu - View commit details
-
Copy full SHA for d52b6b9 - Browse repository at this point
Copy the full SHA d52b6b9View commit details
Commits on Jan 27, 2023
-
Roll Flutter Engine from d17004dd96d7 to a63d98feb608 (3 revisions) (#…
…119299) * 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 abada33. (flutter/engine#39173)
Configuration menu - View commit details
-
Copy full SHA for 4aed487 - Browse repository at this point
Copy the full SHA 4aed487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05fc29f - Browse repository at this point
Copy the full SHA 05fc29fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86ab01d - Browse repository at this point
Copy the full SHA 86ab01dView commit details -
Roll Flutter Engine from a63d98feb608 to 79c958fc7e9b (3 revisions) (#…
…119306) * 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)
Configuration menu - View commit details
-
Copy full SHA for 8d03af3 - Browse repository at this point
Copy the full SHA 8d03af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27f8ebd - Browse repository at this point
Copy the full SHA 27f8ebdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff c9affdba9dcd...27f8ebdaed70