본문 바로가기
728x90

개발456

In App 결제 기능 구축(3) 인앱결제가 이렇게 나온다! ios 랑 비슷하게 복사해서 설정해주면 android는 그렇게 어렵지 않다 . 이제 세팅은 끝났고 코드를 작성해야할 때가 온 것 같다! https://velog.io/@soonmuu/Flutter-flutter-인앱결제-구현-2 [Flutter] flutter 인앱결제 구현 (2) - 코드구현 in_app_purchase 패키지를 사용한 인앱결제 코드 예시 velog.io 이제 이 페이지를 보면서 수행할 수 있을 것 같다! https://pub.dev/packages/in_app_purchase in_app_purchase | Flutter Package A Flutter plugin for in-app purchases. Exposes APIs for making in-app.. 2023. 6. 4.
In App 결제 기능 구축(2) https://codelabs.developers.google.com/codelabs/flutter-in-app-purchases#3 Adding in-app purchases to your Flutter app | Google Codelabs In this codelab, you’ll add in-app purchases to a Flutter app that are verified and managed using a Dart backend service. codelabs.developers.google.com appstore에 구매 목록을 추가하는 것이 나온다. 메타데이터가 누락 되었다고 되어있는 것은 상세보기 들어가서 이것저것 설정 안되어있는 부분 모두 적어주면 된다. 특히 금액이랑, 스크린샷을 적.. 2023. 6. 4.
불필요한 console log print 가리기 Android studio를 활용하여 flutter 모바일 앱을 개발하고 있다. 가끔 쓸 데 없는, 불필요한 로그가 많이 뜨는 데, 특정 로그를 가릴 수가 있다! 가리고 싶은 줄에서 오른쪽 마우스를 눌러서 fold line like this를 누르면 된다. 눌러서 원하는 문구를 추가시키면 됨! 2023. 6. 2.
flutter bottomsheet height 변경 안 될 때(height 변경하기) flutter에서 bottomsheet 오랜만에 쓰려니 height가 적용이 안되는 것 같았다. 이래저래 찾아보니 sizebox로 감싸서 사이즈 수정하면 된다고 하는데 내가 했을 때는 잘 안되었다. 해답은 이것이었다. https://stackoverflow.com/questions/64049624/flutter-modal-bottom-sheet-full-height Flutter modal bottom sheet full height I was trying things out with ModalBottomSheet. How can I achieve 90% height of device screen size for modal sheet. I did mediaquery but still it does not.. 2023. 6. 2.
728x90