GoldenSoju
GoldenSoju
I created an updated fork with - updated ffi dependency (2.0.1) - removed REQUEST_INSTALL_PACKAGES permission - embedding 2 (Android) - and other smaller updates You can use it via: ```yaml...
@boskokg please check [here](https://github.com/GoldenSoju/open_file/releases/tag/v3.5.0).
@bertoldofonseca I cannot publish a new version of the official package as I am not the owner.
There is a [fork](https://pub.dev/packages/open_filex/install) that got this permission removed. Maybe that helps you for the moment. (Kudos to [this SO question](https://stackoverflow.com/questions/49233934/how-to-open-and-pdf-or-word-document-in-the-flutter).)
I created an updated fork with - updated ffi dependency (2.0.1) - removed REQUEST_INSTALL_PACKAGES permission - embedding 2 (Android) - and other smaller updates You can use it via: ```yaml...
@Zazo032 no, for the moment only via manual dependency specification: ```yaml open_filex: git: url: https://github.com/GoldenSoju/open_file.git ```
> I'll try it, thanks! You could also try to create a PR with the fixes Yeah...problem is that the other original package has no acitivity. Most fixes I did...
I created an updated fork with - updated ffi dependency (2.0.1) - removed REQUEST_INSTALL_PACKAGES permission - embedding 2 (Android) - and other smaller updates You can use it via: ```yaml...
Hi all~! I was wondering if there are any updates on this issue?
My app also got rejected because of that error. I saw that the ATT permission dialog got dismissed because of another permission dialog. I saw that ATTrackingManager has an [async...