open_file icon indicating copy to clipboard operation
open_file copied to clipboard

dangerous permission in android REQUEST_INSTALL_PACKAGES

Open javaherisaber opened this issue 2 years ago • 6 comments

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

javaherisaber avatar Dec 21 '21 06:12 javaherisaber

same issue for me

tahamv avatar Dec 27 '21 11:12 tahamv

@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.

arkatech avatar Dec 28 '21 06:12 arkatech

@tahamv @arkatech I already did this here: open_filex

javaherisaber avatar Dec 28 '21 10:12 javaherisaber

@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 avatar Sep 02 '22 08:09 MagnusJohansson

@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 avatar Sep 02 '22 11:09 javaherisaber

@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.

DARK-PROGRAMMER-I avatar Sep 13 '22 06:09 DARK-PROGRAMMER-I