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
Copy file name to clipboardExpand all lines: README.md
+18-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Terminal Lite
2
2
3
-
Experimental terminal emulator application written in Flutter.
3
+
Experimental cross-platform terminal emulator application written in Flutter.
4
4
5
5
## Screenshots
6
6
@@ -31,8 +31,22 @@ Experimental terminal emulator application written in Flutter.
31
31
32
32
## Build
33
33
34
+
**Flutter 1.22.0+ is recommended to build Terminal Lite.**
35
+
34
36
```
35
-
flutter packages get
36
-
flutter packages upgrade
37
+
flutter pub get
38
+
flutter pub upgrade
37
39
flutter run --release
38
-
```
40
+
```
41
+
42
+
## Known Issues
43
+
44
+
-[Pty](https://github.com/TerminalStudio/pty) may not work in **debug mode**.
45
+
- Some special characters may not render in **MacOS**, maybe caused by [fontFamilyFallback](https://github.com/TerminalStudio/xterm.dart/blob/2800cfba0e1a945b3588e5658cf0801684c91027/lib/theme/terminal_style.dart#L2)?
46
+
- When multiple tabs are opened, focus may not move between those tabs correctly.
47
+
48
+
## Features and bugs
49
+
50
+
Please file feature requests and bugs at the [issue tracker](https://github.com/TerminalStudio/lite/issues).
0 commit comments