open_file
open_file copied to clipboard
dangerous permission in android REQUEST_INSTALL_PACKAGES
Please remove this permission because store don't allow us to publish app with this permission
https://github.com/crazecoder/open_file/blob/2cadda6d282935afce8b02aefe41a198f0c49c0c/android/src/main/AndroidManifest.xml#L5
same issue for me
@javaherisaber @tahamv hi there, i remove this permission and create new package named open_file_safe. you can use this and publish your app to Cafebazaar.
@tahamv @arkatech I already did this here: open_filex
@arkatech , @javaherisaber both of your alternative packages depend on the old ffi v1 package.
That will cause unresolvable dependencies when using other packages that depends on ffi v2+
Could you please update to use ffi v2+ ?
Thanks.
@MagnusJohansson
Thank you for reporting the issue, I just updated the package open_filex to support ffi v2+
Keep in mind that ffi v2+
requires dart 2.17.0
or higher
@javaherisaber is there a way we could open the file within the flutter application and also edit it? Your response will be highly appricated! Thanks in advance.