release: Fix crash on flutter run and upgrade to flutter 3.29.3#285
Merged
taka-okayama merged 5 commits intosony:mainfrom Jul 9, 2025
Merged
release: Fix crash on flutter run and upgrade to flutter 3.29.3#285taka-okayama merged 5 commits intosony:mainfrom
taka-okayama merged 5 commits intosony:mainfrom
Conversation
The release artifacts for Flutter 3.29.2 have been removed from GitHub
flutter run was crashing on eLinux because provideVmService threw UnimplementedError.
Replaced it with an empty async method body (`{}`) to prevent the crash.
Contributor
Author
|
@taka-okayama Could you take a look at this PR? Thanks! |
|
Your pull request seems to have inconsistent formatter line length settings with the original code. This causes many code that you do not intend to touch to appear in your changeset. You need to rework the PR to change the formatter settings to align with the original code, so that unchange code will not be included in the commit. |
Contributor
Author
|
Thanks! I didn’t change the formatting in the first few commits, but GitHub Actions reported formatting issues. So I followed the formatter suggestions in a later commit. |
Contributor
Author
|
I think the formatter behavior might have changed in the new Dart version, which is why the GitHub Action failed. |
The `unused_element_parameter` lint warning for the `feature` parameter was causing failures in the GitHub Actions CI workflow.
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.
Description:
flutter-elinux runon eLinux.