terminal 0.1.3 copy "terminal: ^0.1.3" to clipboard
terminal: ^0.1.3 copied to clipboard

Dart 1 only

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
0
likes
25
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A terminal emulator written in Dart. Connect its I/O to a WebSocket or whatever you like.

Repository
View/report issues

License

MIT (license)

Dependencies

browser, http_server, path, quiver

More

Packages that depend on terminal