반응형 전체 글193 [flutter] how to make or apply splash screen (앱 실행화면(splash screen) 적용 방법) [flutter] 앱 실행화면(splash screen) 적용 방법 [flutter_native_splash] 앱 실행화면(splash screen) 적용 방법 flutter 라이브러리 사이트인 pub.dev에서 찾은 라이브러리, flutter_native_splash (The flutter library site pub.library found in dev, plotter_native_splash) flutter_native_splash https://pub.dev/packages/flutter_native_splash flutter_native_splash | Dart Package Customize Flutter's default white native splash screen with backgr.. 2022. 1. 16. 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. 이전 1 ··· 37 38 39 40 41 42 43 ··· 49 다음 반응형