-
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
Add all runner/backend support #6
Comments
HidenoriMatsubayashi
changed the title
GBM/EGLSteam/X11 backends support
Add all runner/backend support
Jul 27, 2021
Does this mean that GBM support has been added? The Wiki still has a note suggesting Eglstream and GBM aren't quite supported yet. |
Thank you for your comment. I updated it just now. Basically, you can build your flutter app with GBM and run it on your arm64 devices. |
Thanks Hidenori. Great news. |
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
Display backend support status
The text was updated successfully, but these errors were encountered: