반응형 AppStore1 [Flutter] ios/Android AppStroe, PlayStore 이동하기 최신 버전 업데이트를 진행 시킬때앱스토어, 플레이스토어로 연결되도록 하려는 기능이 필요하다. 그래서 스토어로 이동하는 것들을 어떻게 만드는지 알아 보고 이를 정리하였다. 스토어로 이동하는 URL만 알고 있으면 간다하게 해결할 수 있다. 1. url_launcher url을 쉽게 open하기 위해 url_launcher를 Dependencies에 추가한다. url_launcher | Flutter packageFlutter plugin for launching a URL. Supports web, phone, SMS, and email schemes.pub.dev 터미널 창에 아래 명령어를 입력한다.flutter pub add url_launcher 2. Store URLIOSAppStore를 이.. 2024. 6. 8. 이전 1 다음 반응형