flutter-spy icon indicating copy to clipboard operation
flutter-spy copied to clipboard

Unable to extract used packages info.

Open Alvish0407 opened this issue 1 year ago • 5 comments
trafficstars

I was able to extract assets (json, photos) of the used packages but not the list of packages.

Alvish0407 avatar Dec 15 '23 07:12 Alvish0407

Hi,

can you share with me what it outputs, and if the app is built by you, can you tell the version of Flutter you used.

anasfik avatar Dec 18 '23 23:12 anasfik

I used v3.16.0

Alvish0407 avatar Dec 19 '23 05:12 Alvish0407

I'm trying to decompile it but unable to do now. facing this error.

\e[33mFlutter-spy is under active development, please check https://github.com/anasfik/flutter-spy/ for updates.\e[0m

File name provided: /build/app/outputs/flutter-apk/app-release.apk
/build/app/outputs/flutter-apk/app-release.apk

File /build/app/outputs/flutter-apk/app-release.apk exists.
1

Jadx is installed.

File /build/app/outputs/flutter-apk/app-release.apk is an apk file.
Decompiling /build/app/outputs/flutter-apk/app-release.apk...
jadx path: 
/.flutter-spy/lib/decompile: line 13: -d: command not found
Failed to decompile /build/app/outputs/flutter-apk/app-release.apk.

Alvish0407 avatar Dec 19 '23 05:12 Alvish0407

if you do run which jadx command, do you get it showing the jadx binary path?

anasfik avatar Dec 19 '23 16:12 anasfik

Ohhh Sorry ! You are right. I had removed brew directory so deleted with that.

Even though It showed Jadx is installed. So, I thought It must be installed already.

Alvish0407 avatar Dec 20 '23 17:12 Alvish0407