slightly update README#7
Merged
HidenoriMatsubayashi merged 2 commits intosony:masterfrom Mar 9, 2021
HidenoriMatsubayashi:update-readme
Merged
slightly update README#7HidenoriMatsubayashi merged 2 commits intosony:masterfrom HidenoriMatsubayashi:update-readme
HidenoriMatsubayashi merged 2 commits intosony:masterfrom
HidenoriMatsubayashi:update-readme
Conversation
Contributor
Author
|
Why did you close the issue? |
I'm sorry, I closed the issue by mistake. |
mchabsonel
pushed a commit
to SonelSA/flutter-embedded-linux
that referenced
this pull request
Oct 19, 2025
mchabsonel
pushed a commit
to SonelSA/flutter-embedded-linux
that referenced
this pull request
Oct 19, 2025
This change fixes the following error messages when using upgrade command. ``` $ flutter-elinux upgrade flutter-elinux is already up to date Null check operator used on a null value #0 ELinuxUpgradeCommandRunner.runCommandFirstHalf (package:flutter_elinux/commands/upgrade.dart:99:49) <asynchronous suspension> sony#1 ELinuxUpgradeCommandRunner.runCommand (package:flutter_elinux/commands/upgrade.dart:72:7) <asynchronous suspension> sony#2 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1297:27) <asynchronous suspension> sony#3 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> sony#4 CommandRunner.runCommand (package:args/command_runner.dart:212:13) <asynchronous suspension> sony#5 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:339:9) <asynchronous suspension> sony#6 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> sony#7 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:285:5) <asynchronous suspension> sony#8 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:115:9) <asynchronous suspension> sony#9 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> sony#10 main (package:flutter_elinux/executable.dart:80:3) <asynchronous suspension> ``` Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
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.
Update README.
@Mai-Matsuura
May I request you to review?