[probe] Re-run 447f5fc on today's macOS GHA#403
Closed
passsy wants to merge 2 commits into
Closed
Conversation
Bumps the wiredash environment to Dart >=3.3.0 / Flutter >=3.19.0, unlocking modern web interop (and WebAssembly compilation). - Replace dart:html, dart:js, and dart:js_util with package:web and dart:js_interop in the web lifecycle backport, device info, and the renderer detection helper. - Switch conditional imports from `dart.library.html` to `dart.library.js_interop`, which is the wasm-compatible signal. - Clean up analyzer fallout from the SDK bump: parameter assignments in the backdrop animation builder, unnecessary http_parser imports, unnecessary library names, unnecessary breaks, unnecessary non-null assertions, and the CorePalette deprecation gets an ignore until CorePalettes is available across supported channels. - Drop the Flutter 3.0.0 example and CI jobs; the new min-version job targets Flutter 3.19.0.
Flutter 3.19's `flutter pub get` checks the Android embedding by looking at `build.gradle` (Groovy) and treats projects that only have `build.gradle.kts` as embedding v1 — which then fails plugins like `device_info_plus`. The fix landed in 3.24, so bump the min-version container there and reformat with the CI Dart version. The SDK itself still works on Dart 3.3.
Member
Author
|
Cancelling probe — root cause identified as macOS GHA image bump (15.7.4 → 15.7.7). Working on fix in #401. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verifying if commit 447f5fc still passes pr-stable-integration on macOS-latest GHA today. Not for merge.