본문 바로가기
728x90

분류 전체보기574

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.
In App 결제 기능 구축(6) 인앱 결제 6.. 벌써 6까지 왔는데 될 기미가 안보이긴한다..ㅋㅋㅋ 처음 해보는 것이고 돈 걸려있다보니 좀 조심스러운 것도 사실! 자이제 UI는 짰으니 클릭하면 어떻게 처리할 지 만들어보자 void onClickPurchaseItem(ProductDetails product) async { logger.d('print purchase $product'); final ProductDetails productDetails = product; // Saved earlier from queryProductDetails(). final PurchaseParam purchaseParam = PurchaseParam(productDetails: productDetails); InAppPurchase.instance.. 2023. 7. 2.
flutter로 카카오 링크시 주의사항 kakao link https://pub.dev/packages/kakao_flutter_sdk kakao_flutter_sdk | Flutter Package A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API, KakaoStory API and Navi API. pub.dev https://developers.kakao.com/docs/latest/ko/getting-started/sdk-flutter Kakao Developers 카카오 API를 활용하여 다양한 어플리케이션을 개발해보세요. 카카오 로그인, 메시지 보내기, 친구 API, 인공지능 API 등을 제공합니다. developers.k.. 2023. 7. 1.
728x90