Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My flutter version is 3.7.12, but today I ran with an error and the xterm I use is 3.5.0 #184

Open
connectTimeout opened this issue Oct 19, 2023 · 0 comments

Comments

@connectTimeout
Copy link

/C:/Users/win/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/xterm-3.5.0/lib/src/terminal.dart:28:7: Error: The non-abstract class 'Terminal' is missing implementations for these members:

  • EscapeHandler.clearAllTabStops
    Try to either /terminal.dart:28:7: Error: The non-abstract class 'Terminal' is missing implementations for these members:
  • provide an implementation,
  • inherit an implementation from a superclass or mixin,
  • mark the class as abstract, or
  • provide a 'noSuchMethod' implementation.

class Terminal with Observable implements TerminalState, EscapeHandler {
^^^^^^^^
/C:/Users/win/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/xterm-3.5.0/lib/src/core/escape/handler.dart:56:8: Context: 'EscapeHandler.clearAllTabStops' is defined here. /core/escape/handler.dart:56:8: Context: 'EscapeHandler.clearAllTabStops' is defined here.
void clearAllTabStops();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant