-
Notifications
You must be signed in to change notification settings - Fork 48
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
Install/uninstall/debug (remote targets) #5
Comments
HidenoriMatsubayashi
changed the title
Install/debug for remote targets
Install/uninstall/debug for remote targets
Jul 16, 2021
Closed
HidenoriMatsubayashi
changed the title
Install/uninstall/debug for remote targets
Install/uninstall/debug (remote targets)
Jul 27, 2021
This was referenced Jul 28, 2021
HidenoriMatsubayashi
added a commit
that referenced
this issue
Aug 24, 2023
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> #1 ELinuxUpgradeCommandRunner.runCommand (package:flutter_elinux/commands/upgrade.dart:72:7) <asynchronous suspension> #2 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1297:27) <asynchronous suspension> #3 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> #4 CommandRunner.runCommand (package:args/command_runner.dart:212:13) <asynchronous suspension> #5 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:339:9) <asynchronous suspension> #6 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> #7 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:285:5) <asynchronous suspension> #8 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:115:9) <asynchronous suspension> #9 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> #10 main (package:flutter_elinux/executable.dart:80:3) <asynchronous suspension> ``` Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to support the install and debug command for remote targets. This feature makes embedded developers easier to develop.
The text was updated successfully, but these errors were encountered: