Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
136 views
in Technique[技术] by (71.8m points)

android - Can I test an APK file with Dart Devtool, without having source code?

I am testing an .APK file made with Flutter with CharlesProxy to inspect the network traffic, At this moment I have a problem with inspiring WebSockets network traffic wss://, Websockets are not available to inspect.

1- Is there any way to enable WebSockets to debug on flutter app, then I can inform developers to implement it, then I will be able to test WebSockets on Charles proxy?

2-Can I use Dart Devtool with .APK file without having access to source code?

Note:

  • .APk made with Flutter.
  • with .APK, which made with Kotlin everything works fine on Charles proxy.
  • Charles setting is correct, I can see was:// for other apps.

your answer will help me, thanks.

question from:https://stackoverflow.com/questions/65883458/can-i-test-an-apk-file-with-dart-devtool-without-having-source-code

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...