Uh oh!
There was an error while loading. Please reload this page.
[web] Use new APIs from dart:ui_web - #4168
Conversation
stuartmorgan-g
commented
Jul 13, 2023
Update from triage: still waiting on a new stable release. |
ditman
commented
Aug 1, 2023
@stuartmorgan can we have the |
stuartmorgan-g
commented
Aug 2, 2023
Done! |
stuartmorgan-g
commented
Aug 2, 2023
@mdebbar Could you add a link to the landed PR (or its commit) that this is waiting for, so that we can easily check its release labels when scanning PRs? |
ditman
commented
Aug 3, 2023
This is the engine roll into flutter that has the changes that this needs: flutter/flutter@5a7ab5a |
mdebbar
commented
Aug 7, 2023
Thanks @ditman 🙏 |
stuartmorgan-g
commented
Aug 24, 2023
It looks like 3.13 has this commit, unless I read the commit tags wrong; trying tests again. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mdebbar
commented
Aug 29, 2023
@stuartmorgan mind taking a look to make sure I'm doing things right? Specifically:
|
stuartmorgan-g
commented
Aug 29, 2023
No, we only bump constraints in the app-facing package when it's actually necessary (e.g., when exposing a new feature in the app-facing package).
No; the resolver will do the right thing. At some future point when the constraint in the app-facing package is updated (for whatever reason) that will have to happen, but CI will flag that because resolving will fail in the legacy tests. |
stuartmorgan-g
left a comment
There was a problem hiding this comment.
LGTM! I am sure not going to miss those shims.
flutter/packages@64af59e...e7d812c 2023-08-30 50271102+talhakhan1297@users.noreply.github.com [path_provider] Fix93198: Added getDownloadsDirectory() for Android (flutter/packages#4708) 2023-08-30 stuartmorgan@google.com [in_app_purchase] Minor lint cleanup (flutter/packages#4818) 2023-08-30 tarrinneal@gmail.com [local_auth] Update to pigeon 11 and remove enum wrappers (flutter/packages#4809) 2023-08-30 vital@hey.com [image_picker] Fix link in README file. (flutter/packages#4775) 2023-08-30 mouad.debbar@gmail.com [web] Use new APIs from `dart:ui_web` (flutter/packages#4168) 2023-08-30 engine-flutter-autoroll@skia.org Roll Flutter from 6c95737 to 1fe2495 (24 revisions) (flutter/packages#4817) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
The following APIs are now exposed through `dart:ui_web` which eliminates the need for shims: - `platformViewRegistry` - `webOnlyAssetManager` - `urlStrategy` ## Issues * Fixesflutter/flutter#55000 ## Minimal `stable` version THIS PR CANNOT LAND UNTIL THE NEW `dart:ui_web` APIS MAKE IT INTO A STABLE FLUTTER RELEASE. * Needs flutter/flutter@5a7ab5a
The following APIs are now exposed through `dart:ui_web` which eliminates the need for shims: - `platformViewRegistry` - `webOnlyAssetManager` - `urlStrategy` ## Issues * Fixesflutter/flutter#55000 ## Minimal `stable` version THIS PR CANNOT LAND UNTIL THE NEW `dart:ui_web` APIS MAKE IT INTO A STABLE FLUTTER RELEASE. * Needs flutter/flutter@5a7ab5a
The following APIs are now exposed through
dart:ui_webwhich eliminates the need for shims:platformViewRegistrywebOnlyAssetManagerurlStrategyIssues
Minimal
stableversionTHIS PR CANNOT LAND UNTIL THE NEW
dart:ui_webAPIS MAKE IT INTO A STABLE FLUTTER RELEASE.