|
|
@@ -1,8 +1,10 @@
|
|
|
-**[xterm.dart 1.0.0+](https://pub.dev/packages/xterm) is available! 🎉**
|
|
|
|
|
|
## xterm.dart
|
|
|
|
|
|
<p>
|
|
|
+ <a href="https://github.com/TerminalStudio/xterm.dart/actions/workflows/ci.yml">
|
|
|
+ <img alt="Actions" src="https://github.com/TerminalStudio/xterm.dart/actions/workflows/ci.yml/badge.svg">
|
|
|
+ </a>
|
|
|
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/TerminalStudio/xterm.dart">
|
|
|
<img alt="GitHub issues" src="https://img.shields.io/github/issues-raw/TerminalStudio/xterm.dart">
|
|
|
<img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/TerminalStudio/xterm.dart">
|
|
|
@@ -49,7 +51,7 @@
|
|
|
```yml
|
|
|
dependencies:
|
|
|
...
|
|
|
- xterm: ^2.0.0
|
|
|
+ xterm: ^2.2.0-pre
|
|
|
```
|
|
|
|
|
|
**2.** Create the terminal:
|