-
Notifications
You must be signed in to change notification settings - Fork 318
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
Widget tree #2501
Comments
Hi Steve,
Well I am a complete novice when it comes to Flutter and widgets. Besides I
have mentioned flutter version and Android studio version i am using in the
version details.
Also enlighten me on how can I check whether my flutter version is
compatible with widget inspector.
Regards,
Kashyap Wadekar
…On Wed, Jul 25, 2018, 22:47 stevemessick ***@***.***> wrote:
@jacob314 <https://github.com/jacob314> @pq <https://github.com/pq> Is
the version of Flutter used here compatible with the widget inspector?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2501 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AeWieR-S8BbxUW-kZ1Dq71tpbxrGkog0ks5uKKhDgaJpZM4VgLnf>
.
|
Sorry for the confusion. I was hoping one of my associates (that I mentioned) would chime in. |
Sorry for the slow response! That's a pretty old build. @jacob314: could you advise? |
Let me know if you can reproduce with the latest beta and plugin and I'll investigate. Thanks! |
@kabir19 I don't see any indication of which version of Android Studio or the Flutter plugin you are using. The |
Without additional information we're unfortunately not sure how to resolve this issue. We're going to close this bug for now, but please don't hesitate to comment on the bug if you have any more information for us; we're happy to reopen. Thanks for your contribution! |
Thanks for the feedback! If your issue is related to the Flutter framework itself,
please open an issue at
github.com/flutter/flutter.
Steps to Reproduce
Please tell us what you were doing and what went wrong
I am leaning "Build your own Widget" in 1st Lesson of Flutter framework from Udacity.
I am not able to view Widget tree and Render tree in the tabs in the Flutter Inspector window.
I have checked and installed the necessary flutter and dart plugins.
Please guide me to view widget tree in Flutter Inspector window.
Version info
C:\Users\admin\AndroidStudioProjects>flutter doctor -v
[√] Flutter (Channel beta, v0.5.1, on Microsoft Windows [Version 6.1.7601], lo
cale en-US)
ΓÇó Flutter version 0.5.1 at C:\src\flutter
ΓÇó Framework revision c7ea3ca377 (8 weeks ago), 2018-05-29 21:07:33 +0200
ΓÇó Engine revision 1ed25ca7b7
ΓÇó Dart version 2.0.0-dev.58.0.flutter-f981f09760
Unhandled exception:
SocketException: Write failed (OS Error: The pipe is being closed.
, errno = 232), port = 0
#0 _rootHandleUncaughtError. (dart:async/zone.dart:1114)
#1 _microtaskLoop (dart:async/schedule_microtask.dart:41)
#2 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50)
#3 _runPendingImmediateCallback (dart:isolate-patch/dart:isolate/isolate_pa
tch.dart:113)
#4 _RawReceivePortImpl._handleMessage (dart:isolate-patch/dart:isolate/isol
ate_patch.dart:166)
Please paste the output of running
flutter doctor -v
here (available from the commandline or from
Tools > Flutter > Flutter Doctor
). It will provide the version of theFlutter framework as well as of the IntelliJ plugin.
The text was updated successfully, but these errors were encountered: