@@ -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)
@@ -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