@@ -49,7 +49,7 @@
```yml
dependencies:
...
- xterm: ^0.0.1
+ xterm: ^1.0.0
```
**2.** Create the terminal:
@@ -169,7 +169,7 @@ packages:
path: ".."
relative: true
source: path
- version: "1.0.0-dev"
+ version: "1.0.0"
sdks:
dart: ">=2.10.0-0.0.dev <2.10.0"
flutter: ">=1.17.0 <2.0.0"
@@ -1,6 +1,6 @@
name: xterm
description: xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.
-version: 1.0.0-dev
+version: 1.0.0
homepage: https://github.com/TerminalStudio/xterm.dart
environment: