Fix this package for web builds#1
Conversation
|
Hey, when is this planned to be merged? Would be quite useful for web too |
|
Please merge this pull request. In minimum please update the ffi library to the latest version. |
|
@arkatech-ir can you merge this? |
|
recommend package replacement that is maintained?...or I wonder if open_file is fixed yet? @dickverweij I'm depending on your latest commit for now, no time to unwind why this package was necessary in the first place. Thanks for that. |
|
Hi @jbryanh , The only reason we used open_file_save was because it fixed the permission (removed it) REQUEST_INSTALL_PACKAGES from the manifest. Our security policies does not allow for such a permission. From that point we used open_file_save. If open_file has removed this permission (and works also for web) there is no reason to use the original package. (and abandon this package) I am not the maintainer. |
Because the file lib/src/web/open_file_safe.dart was expected (it was not renamed) this package cannot build under web.