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