TerminalStudio / xterm.dart

💻 xterm.dart is a fast and fully-featured terminal emulator for Flutter, with support for mobile and desktop platforms.
https://pub.dev/packages/xterm
MIT License
506 stars 97 forks source link

Cannot compile app on latest flutter version #187

Closed TekExplorer closed 8 months ago

TekExplorer commented 10 months ago
/lib/src/terminal_view.dart(387,7): error GC2F972A8: The argument type 'RawKeyEvent' can't be assigned to the parameter type 'KeyEvent'
xtyxtyx commented 8 months ago

Thanks for reporting the issue. This has beed fixed in v4.0.0.

TekExplorer commented 6 months ago

could you maybe update the readme, and actually indicate what the breaking change is?