You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Flutter / Android write a Widget with the terminal, in the app i see a gray rectangle, but when write "id" from the keyboard and press enter does not show any results.
It needs a backend shell to work. Xterm is just a front-end framework.
Use the flutter_pty package to connect Xterm with the Android shell.
Otherwise, you need to bundle an arm64 cross-compiled bash binary with your app using jniLibs. Then, use flutter_pty to connect with your custom bash. It isn't very easy, so the first method is recommended.
On Flutter / Android write a Widget with the terminal, in the app i see a gray rectangle, but when write "id" from the keyboard and press enter does not show any results.
I use Android Studio from Flatpak, Flutter from snap & Ubuntu 22.04.4 LTS.
The text was updated successfully, but these errors were encountered: