xuty 4 年之前
父节点
当前提交
05bcc8bf3a
共有 2 个文件被更改,包括 6 次插入3 次删除
  1. 4 1
      CHANGELOG.md
  2. 2 2
      pubspec.yaml

+ 4 - 1
CHANGELOG.md

@@ -1,6 +1,9 @@
-## [1.3.0] - 2021-2-24
+## [3.0.0] - 2021-2-24
 * Performance improvement.
 
+## [2.0.0] - 2021-3-7
+* Migrate to nnbd
+
 ## [1.2.0] - 2021-2-15
 
 * Pass TerminalView's autofocus to the InputListener that it creates. [#10](https://github.com/TerminalStudio/xterm.dart/pull/10), thanks [@timburks](https://github.com/timburks)

+ 2 - 2
pubspec.yaml

@@ -4,8 +4,8 @@ version: 2.0.0
 homepage: https://github.com/TerminalStudio/xterm.dart
 
 environment:
-  sdk: ">=2.12.0-0 <3.0.0"
-  flutter: ">=1.22.0"
+  sdk: ">=2.12.0 <3.0.0"
+  flutter: ">=2.0.0"
 
 dependencies:
   convert: ^3.0.0