Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build runner core backport #3521

Merged
merged 4 commits into from
May 24, 2023
Merged

Build runner core backport #3521

merged 4 commits into from
May 24, 2023

Conversation

jakemac53
Copy link
Contributor

Fixes #3519

Currently, users on the previous flutter SDK (3.7, <6 months old), can't get the latest package:build_runner_core but can get the latest package:logging. This causes compile errors due to a member not being implemented.

This backports the fix to build_runner_core 7.2.7+1, which should be resolvable with build_runner version 2.3.3, which was the last version to allow a Dart version <3.0.0 (it supports 2.14 and later).

Once this is approved, I will tag and release, and then resolve merge conflicts with master so there is a changelog entry.

natebosch and others added 2 commits May 24, 2023 16:55
Fixes #3514

Add a forwarding implementation of `onLevelChanged` which was added in
the `Logger` class.

Update upper bound SDK constraint to avoid pub publish warning.

Remove `dependency_overrides` section in `pubspec.yaml` since there is a
separate overrides file.
@jakemac53 jakemac53 requested a review from natebosch May 24, 2023 17:03
@adar2378
Copy link

Thanks for the quick PR @jakemac53

@jakemac53 jakemac53 merged commit c5010c8 into master May 24, 2023
66 checks passed
@jakemac53 jakemac53 deleted the build_runner_core-backport branch May 24, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't run build_runner because BuildForInputLogger
3 participants