본문 바로가기
개발/Flutter

flutter open_file library -> REQUEST_INSTALL_PACKAGES error

by dev_caleb 2022. 10. 30.
728x90

when I try to publish my flutter app. I receive fail message like below screenshot.

in flutter project, I searched "REQUEST_INSTALL_PACKAGES" and i found it was used in 'open_file' library.

https://stackoverflow.com/questions/73809824/request-install-packages

 

REQUEST_INSTALL_PACKAGES

Status: Approved with Issues - Further Action Required We found issues with your app. You need to review and take action as described below, so that your app is not impacted in the future. Issue fo...

stackoverflow.com

I substitude library "open_file" to "better_open_file" and I resolved problem. 

better_open_file: ^3.6.3

만약에 추가적으로문제가 생기면 해결법 issue 아래에서 찾아보자

https://github.com/crazecoder/open_file/issues/204

 

Remove `REQUEST_INSTALL_PACKAGES` permission · Issue #204 · crazecoder/open_file

Today I received a new message regarding a Flutter app published in Play Store, with the following information: You'll need to complete a declaration soon for apps using REQUEST_INSTALL_PACKAGE...

github.com

728x90

'개발 > Flutter' 카테고리의 다른 글

if page view pageController 'jumpTo', 'animateTo' not working  (0) 2022.11.07
flutter Dropdown button  (0) 2022.11.01
list to map, map to list in dart  (0) 2022.10.29
flutter widget 달력 만들기(2)  (0) 2022.10.29
flutter enum  (0) 2022.10.29