store + flutter store version [Flutter] Android/Ios 업데이트 버전 스토어랑 체크하기[삽질의 기록] 최근 진행하고 있는 프로젝트에서 어플리케이션 업데이트가 되었을 경우, 현재 디바이스의 버전과 비교하여 다를 경우 알림 팝업을 띄우는 기능이 있다. 기존 코드는 자체 서버와 비교하여 버전이 업데이트가 되었는지 체크하는 방식이었다. (즉, 스토어에 어플리케이션이 업데이트되면, 관리자가 직접 버전을 수정해야하는 불편함이 있었다.) 이런 불편함을 해소하고자 스토어의 버전과 비교하는 방식으로 수정했다. 처음에는, 'Upgrader' 라는 Flutter package를 사용하여 구현하려했으나, 최신 버전이 kakako_flutter_sdk: ^0.5.4 package와 충돌하여 사용할 수 없었다. (지금은 저 카카오 패키지가 0.6.1로 업데이트 되었다고 한다. 충돌나는지 확인해봐야지) 따라서, 위.. wono | discuss | tweet + flutter store Deep link redirection to appstore/playstore with FlutterI'm doing a dapp working with Wallet Connect package, when user wants to connect with some wallet but on mobile device that wallet app is not installed, how to redirect user using deep links to the... wono | discuss | tweet + flutter store Flutter Open AppStore/PlayStore URLHow can I open a specific URL of the PlayStore/AppStore with flutter on Android and IOS, depending on which smartphone it is executed? I mean I want to open the application and not a browser or som... wono | discuss | tweet + android store update [in-app updates] 안드로이드 인 앱 업데이트 사용기Black-Jin 님의 블로그입니다. wono | discuss | tweet + store update Force update of an Android app when a new version is availableI have an app in Google Play Store. When an update version is available, the older version will become unusable – that is, if users do not update the app, they do not enter in the app. How can I fo... wono | discuss | tweet
+ flutter store version [Flutter] Android/Ios 업데이트 버전 스토어랑 체크하기[삽질의 기록] 최근 진행하고 있는 프로젝트에서 어플리케이션 업데이트가 되었을 경우, 현재 디바이스의 버전과 비교하여 다를 경우 알림 팝업을 띄우는 기능이 있다. 기존 코드는 자체 서버와 비교하여 버전이 업데이트가 되었는지 체크하는 방식이었다. (즉, 스토어에 어플리케이션이 업데이트되면, 관리자가 직접 버전을 수정해야하는 불편함이 있었다.) 이런 불편함을 해소하고자 스토어의 버전과 비교하는 방식으로 수정했다. 처음에는, 'Upgrader' 라는 Flutter package를 사용하여 구현하려했으나, 최신 버전이 kakako_flutter_sdk: ^0.5.4 package와 충돌하여 사용할 수 없었다. (지금은 저 카카오 패키지가 0.6.1로 업데이트 되었다고 한다. 충돌나는지 확인해봐야지) 따라서, 위.. wono | discuss | tweet
+ flutter store Deep link redirection to appstore/playstore with FlutterI'm doing a dapp working with Wallet Connect package, when user wants to connect with some wallet but on mobile device that wallet app is not installed, how to redirect user using deep links to the... wono | discuss | tweet
+ flutter store Flutter Open AppStore/PlayStore URLHow can I open a specific URL of the PlayStore/AppStore with flutter on Android and IOS, depending on which smartphone it is executed? I mean I want to open the application and not a browser or som... wono | discuss | tweet
+ android store update [in-app updates] 안드로이드 인 앱 업데이트 사용기Black-Jin 님의 블로그입니다. wono | discuss | tweet
+ store update Force update of an Android app when a new version is availableI have an app in Google Play Store. When an update version is available, the older version will become unusable – that is, if users do not update the app, they do not enter in the app. How can I fo... wono | discuss | tweet