ci(native/dart): Test each package on its SDK floor and stable - #373
Draft
cadivus wants to merge 6 commits into
Draft
ci(native/dart): Test each package on its SDK floor and stable#373cadivus wants to merge 6 commits into
cadivus wants to merge 6 commits into
Conversation
|
cadivus
force-pushed
the
fix/dart-min-sdk-matrix
branch
from
August 14, 2026 13:25
eb94aa6 to
36ea8b0
Compare
Carets still allow the latest versions, so pana's up-to-date check is unaffected.
build_runner and test now carry the same floors in every Dart package.
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.
channel: stablefloated to Flutter 3.47.0, which relaxedmetafrom1.18.0to^1.18.3. That letbuild_runner ^2.16.0/mockito ^5.8.1(analyzer 13.3+) resolve in CI while failing on every older Flutter —pub getandpub publishboth break on 3.44.x and 3.41.x.Each package now runs on its
environment:floor as well as stable.pub get+teston both legs; format, analyze and score stay on stable only.Expected:
blocks_runtime_flutter (min)fails atGet dependencies. That's the point — the pubspec fix is a separate PR.