본문 바로가기
728x90

분류 전체보기584

Inapppurchase(7) https://www.youtube.com/watch?v=p3kUPVhVaL4 inapppurchase가 지쳐가고 있을 때쯤, 한국인이 제작한 영상을 찾았다...ㅋㅋㅋ 외국인이 만든 것도 상관은 없지만, library가 inapppurchase로 된 것은 찾기 힘들었는데 다행이다.. 마음이 편안해진다! 꼭 알아야할 점, 안드로이드가 되더라도 IOS가 안되는 경우가 있는데, 통장 등록, 세금 등록이 모두 파란불이 되어야 성공할 수 있다! 2023. 7. 5.
GetX FutureBuilder처럼 사용하기 GetX를 사용하다보면, 데이터를 받아오고 있을 때 어떻게 해야하지? 라는 고민이 든다. 짜잔~ StateMixin이라는 것이 있다. 사실 잘 안쓰다가 다른 사람 한명이 이걸 쓰길래 나도 한 번 써보려고 한다. data를 마치 futurebuilder의 snapshot에 넣어주듯이 넣으면 된다. 근데 내가 생각할 때 문제는 2개 이상을 만들 때 생길 것 같은데, 일단은 그 때가 되면 그 때 생각해보자~ 2023. 7. 5.
rotate 하고 사이즈 남기기 로테이션 하는 방법은 많은데, 로테이션 하고나서 사이즈를 다시 확인해주는 것은 찾기 어려운 것 같다 .아래의 블로그를 통해서 찾았음!!ㅎㅎ https://www.fluttercampus.com/guide/204/how-to-rotate-widget-in-flutter/ How to Rotate Widget in Flutter In this example, we are going to show you how to rotate widgets with different methods in Flutter such as using Transform.rotate(), RotationTransition(), RotatedBox(). www.fluttercampus.com 내가 했던 방법은 RotatedBox( qua.. 2023. 7. 3.
iOS Firebase Crashlytics dSYM iOS Firebase crashlytics를 설정하려면 dSYM을 업로드시켜줘야한다. 버전마다 업로드시키는게 번거롭다면 자동으로 업로드하도록 할 수 있다! https://stackoverflow.com/questions/55709939/how-to-upload-dsyms-files-which-developed-with-flutter How to upload dsyms files which developed with Flutter? I am developing one Cross-platform app with flutter support. I Integrated firebase Crashlytics for crash reports. before I need to check report one error .. 2023. 7. 2.
728x90