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

Support flutter 1.22.0 #42

Open
hamberluo opened this issue Oct 5, 2020 · 2 comments
Open

Support flutter 1.22.0 #42

hamberluo opened this issue Oct 5, 2020 · 2 comments

Comments

@hamberluo
Copy link

../../Dev/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_stetho-0.5.2/lib/src/http_client_request.dart:10:7: Error: The non-abstract class 'StethoHttpClientRequest' is missing implementations for these members:
 - HttpClientRequest.abort
Try to either
 - provide an implementation,
 - inherit an implementation from a superclass or mixin,
 - mark the class as abstract, or
 - provide a 'noSuchMethod' implementation.

class StethoHttpClientRequest implements HttpClientRequest {
      ^^^^^^^^^^^^^^^^^^^^^^^
org-dartlang-sdk:///third_party/dart/sdk/lib/_http/http.dart:2045:8: Context: 'HttpClientRequest.abort' is defined here.
  void abort([Object? exception, StackTrace? stackTrace]);
       ^^^^^
@chainchelliah
Copy link

Yes!!! Same Error for me also. Please fix it.
Thanks.

@RadheshyamSingh
Copy link

RadheshyamSingh commented Oct 5, 2020

I am also facing this issue.
Screenshot 2020-10-05 at 5 08 32 PM

For me #39 (comment) working

romatroskin added a commit to romatroskin/flutter_stetho that referenced this issue Oct 28, 2020
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

3 participants