Proposal : Flutter Inspector Integration
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.
cc @truongsinh
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
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.
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.
Sure. Thanks for the clarification.
Hi,
any update on this?