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

Error: The method 'detach' isn't defined for the class 'FocusScopeNode'. #47

Closed
veglinus opened this issue May 2, 2019 · 1 comment
Closed

Comments

@veglinus
Copy link

veglinus commented May 2, 2019

Compiler message:
file:///Users/elev/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flushbar-1.4.0/lib/flushbar.dart:235:15
: Error: The method 'detach' isn't defined for the class 'FocusScopeNode'.
 - 'FocusScopeNode' is from 'package:flutter/src/widgets/focus_manager.dart'
 ('file:///Users/elev/Documents/flutter/packages/flutter/lib/src/widgets/focus_manager.dart').
Try correcting the name to the name of an existing method, or defining a method named 'detach'.
    focusNode.detach();
              ^^^^^^

Seems to be because of:
flutter/flutter#31909

Similar issue:
flutter/flutter#31784

@veglinus
Copy link
Author

veglinus commented May 2, 2019

Copy of #44
Oops.

@veglinus veglinus closed this as completed May 2, 2019
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