xuty 4 anos atrás
pai
commit
05bcc8bf3a
2 arquivos alterados com 6 adições e 3 exclusões
  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