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

Add all runner/backend support #6

Closed
4 tasks done
HidenoriMatsubayashi opened this issue Jul 16, 2021 · 3 comments
Closed
4 tasks done

Add all runner/backend support #6

HidenoriMatsubayashi opened this issue Jul 16, 2021 · 3 comments

Comments

@HidenoriMatsubayashi
Copy link
Collaborator

HidenoriMatsubayashi commented Jul 16, 2021

Display backend support status

  • Wayland
  • GBM
  • EGLStream
  • X11
@HidenoriMatsubayashi HidenoriMatsubayashi changed the title GBM/EGLSteam/X11 backends support Add all runner/backend support Jul 27, 2021
@Charlie9830
Copy link

Does this mean that GBM support has been added? The Wiki still has a note suggesting Eglstream and GBM aren't quite supported yet.

@HidenoriMatsubayashi
Copy link
Collaborator Author

@Charlie9830

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.
https://github.com/sony/flutter-elinux/wiki/Building-flutter-apps

@Charlie9830
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants