appium-flutter-driver icon indicating copy to clipboard operation
appium-flutter-driver copied to clipboard

Proposal : Flutter Inspector Integration

Open shibupanda opened this issue 6 years ago • 6 comments

Description:

There is no such tool available now that can retrieve flutter finders. Need to build an inspector it may integrate with Appium Desktop or Maybe an independent tool which can inspect element for a flutter application.

Problem:

Now user requires the source code to be there in IntelliJ editor to inspect the element. In some of the cases it quite difficult to get the complete source code and there they stuck.

shibupanda avatar Feb 11 '20 08:02 shibupanda

cc @truongsinh

shibupanda avatar Feb 11 '20 08:02 shibupanda

Are you refering to https://flutter.dev/docs/development/tools/devtools/inspector? Is it related to #36 or https://api.flutter.dev/flutter/flutter_driver/FlutterDriver/getRenderObjectDiagnostics.html or https://api.flutter.dev/flutter/flutter_driver/FlutterDriver/getRenderTree.html

truongsinh avatar Feb 11 '20 10:02 truongsinh

Yes, @truongsinh I am referring to https://flutter.dev/docs/development/tools/devtools/inspector. Is there any possibility we can integrate it to Appium Desktop or any independent tool.

shibupanda avatar Feb 11 '20 10:02 shibupanda

I am not extensively using Appium Desktop, and not fimilar with its API, but I think we can start small, with #36 , and go from there.

truongsinh avatar Feb 11 '20 10:02 truongsinh

Sure. Thanks for the clarification.

shibupanda avatar Feb 11 '20 10:02 shibupanda

Hi,

any update on this?

varaprasad-pakalapati avatar Mar 10 '23 14:03 varaprasad-pakalapati