terminal 0.1.3
terminal: ^0.1.3 copied to clipboard
A terminal emulator written in Dart. Connect its I/O to a WebSocket or whatever you like.
Changelog #
0.1.3 #
- Fixed crash when server is not run from the project root
- README updates
- Organizational changes
0.1.2 #
- Added another example to demonstrate alternate usage (with a webserver)
- Updated README with example usage
- Added 'invert' button to examples for toggling the built-in theme
- Fixed bug with Theme not getting set properly
- Fixed bug with some states not being carried over between models
- Added a default constructor for Theme to pass in custom attributes
0.1.1 #
- Fixed cursor blinking even when the terminal is not focused
- Added simple controls to the example
- Added a demo gif to the README
0.1.0 #
- VT100 terminal emulation
- Built-in Solarized Dark and Light themes
- Programmable options such as enable/disable cursor blink
- Example of a client-server application using Websockets