Alvish Ramani
Alvish Ramani
I thought same way for android and iOS both but after 2 days of hard-work I found out that my implementation was somewhat wrong. If you provide me with your...
> any progress? I try it on android 13 with pixel7a also not working... we always have the problem that hasStoragePermission is set to false Set targetSdkVersion to 32
> @Alvish0407 tried solution and download working now on android 13 but set target to 32 when you upload to play console need to upgrade to 33 is there a...
> I think it will be problem in the neat future so I'm looking for a solution for download on api 33 @781flyingdutchman has mentioned [background_downloader](https://pub.dev/packages/background_downloader) above. I haven't tried...
@toprako Use this https://pub.dev/packages/background_locator_2
I used v3.16.0
I'm trying to decompile it but unable to do now. facing this error. ```shell \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...
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.
@bermanapps, Add this lines in info.plist ``` UISupportsDocumentBrowser LSSupportsOpeningDocumentsInPlace UIFileSharingEnabled ``` [Stack-overflow Solution](https://stackoverflow.com/questions/59501445/flutter-how-to-save-a-file-on-ios#:~:text=Add%20to%20info.plist%3A%20%3Ckey%3EUISupportsDocumentBrowser%3C/key%3E%20%3Ctrue/%3E%20%3Ckey%3ELSSupportsOpeningDocumentsInPlace%3C/key%3E%20%3Ctrue/%3E%20%3Ckey%3EUIFileSharingEnabled%3C/key%3E%20%3Ctrue/%3E)