Replies: 1 comment
-
|
I'v follow https://flet.dev/docs/extend/user-extensions made a xterm example, in this project dir use flet build macos -v then flet run or python3 src/main.py, it works ok!. i wanna use this in other project ,use the same venv and pip list can see the. "flet-xterm 0.1.0 /Users/a1-6/My_Project/flet/xter" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I’m planning to build a cross-platform SSH terminal/debug tool using Flet (Python + Flutter). To get a real terminal experience (ANSI colors, mouse, scroll, etc.), I want to use xterm.dart, which is a mature, high-performance terminal emulator for Flutter, supporting desktop/mobile/web and SSH use cases.
Does the Flet team have official plans to support/wrap xterm.dart in the near future?
Beta Was this translation helpful? Give feedback.
All reactions