반응형 분류 전체보기188 Privacy Policy - 콘솔 개인정보처리방침 (구글 플레이, 앱스토어) [Eng]① studio ODOC is responsible for the overall management of personal information processing, and has designated a personal information protection officer as follows to handle complaints and provide remedies for damages related to personal information processing.▶ Personal Information Protection OfficerName: studio ODOCPosition: CEORank: CEOContact: studioodoc@gmail.com② The information subje.. 2022. 1. 9. [flutter] How to apply custom markers to Google maps(google map에 custom marker를 적용하는 방법) How to apply custom markers to Google maps[flutter] google map에 custom marker를 적용하는 방법 문제 상황 (a problem situation) google map에 표시하는 marker의 아이콘을 커스텀하여 사용하고 싶습니다.(ex. 개인 png파일 등을 적용하고 싶음) (I would like to customize the marker icon displayed on Google map.(ex. Want to apply personal png file, etc.)) 해결 방법 (Workaround) 1. 아래와 같이 사전에 필요한 함수 선언 (Declare pre-required functions as shown below)import .. 2021. 12. 31. [flutter] Fix screen rotation (vertical, horizontal) (화면 회전 고정 (세로 고정, 가로 고정)) 문제 상황 (a problem situation) 폰의 화면 회전 여부에 상관없이 세로 또는 가로로 화면을 고정하여 앱을 사용하고 싶습니다. (I want to use the app by fixing the screen vertically or horizontally regardless of whether the phone rotates.) 해결 방법 (how to solve) 필요 패키지 적용 import 'package:flutter/services.dart'; main.dart에 아래와 같이 코드 적용 void main(){ WidgetsFlutterBinding.ensureInitialized(); SystemChrome.setPreferredOrientations( [DeviceOrientati.. 2021. 12. 30. [flutter][firebase] How to sign up/login/logout/leave membership for Google (sample code) (구글 회원가입/로그인/로그아웃/회원탈퇴 방법 (샘플코드)) [flutter][firebase]How to sign up/login/logout/leave membership for Google (sample code)(구글 회원가입/로그인/로그아웃/회원탈퇴 방법 (샘플코드)) 구글 소셜로그인을 이용하면 플러터에서도 쉽게 회원관리 기능을 구현할 수 있습니다. 구글에서 제공하는 가이드 (flutter dart 기준이 아니라 조금 더 구글링이 필요했음)https://firebase.google.com/docs/auth/unity/manage-users?hl=ko Firebase에서 사용자 관리하기 | Firebase DocumentationCatch up on everthing we announced at this year's Firebase Summit. L.. 2021. 11. 30. 이전 1 ··· 36 37 38 39 40 41 42 ··· 47 다음 반응형