분류 전체보기980 Flutter 플러터/리액트 네이티브/안드로이드 네이티브 앱의 SHA-1을 생성하세요., Generate SHA-1 for Flutter/React-Native/Android-Native app 질문 I'm trying to generate a SHA-1 for a Flutter app, for Android studio to support Google Sign in, but I don't know how to do that, I saw some posts that indicate to run a command, but there I need a jks file I guess, and flutter doesn't create that. Could someone help me? 답변 터미널 터미널에서 프로젝트 폴더로 이동합니다. 맥 keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass androi.. 2023. 5. 17. Flutter 플러터에서 "뒤로" 버튼을 무시하는 방법은 무엇인가요? [중복], How To Override the “Back” button in Flutter? [duplicate] 질문 On my Home widget, when user taps system back button, I want to show a confirmation dialog asking "Do you want to exit the App?" I don't understand how I should override or handle the system back button. 답변 WillPopScope을(를) 사용하여 이를 달성할 수 있습니다. 예시: import 'dart:async'; import 'package:flutter/material.dart'; class HomePage extends StatefulWidget { HomePage({Key key, this.title}) :super(key: ke.. 2023. 5. 17. Flutter 플러터 SDK 경로를 찾는 방법, How to find the path of Flutter SDK 질문 Flutter SDK를 구성하는 방법은? Flutter SDK의 위치는 어떻게 찾을 수 있나요? SDK 파일의 위치를 모르겠어요. 답변 만약 플러터 SDK가 설치되어 있다면. 다음을 실행하세요: flutter doctor -v 첫 번째 줄은 설치 경로를 보여줍니다. (만약 설치되어 있지 않다면 문서를 참조하세요.) 2023. 5. 17. Flutter: 요청에 따라 화면 방향 설정 및 잠금하는 방법, Flutter: How to set and lock screen orientation on-demand 질문 내 플러터 페이지 중 하나에서, 화면을 가로 모드로 설정하고 세로 모드로 회전하지 않도록 잠금을 걸어야합니다. 그러나 한 페이지에서만 이 기능을 활성화하는 방법이 필요합니다. 이를 동적으로 활성화할 수 있는 방법이 있을까요? 세로 모드로는 회전하지 않고, 가로 왼쪽 모드 또는 가로 오른쪽 모드로 회전하도록하고 싶습니다. On one of my flutter pages, I need the screen to set to landscape mode and lock it so it can't rotate into portrait mode, but only on the one page. So need a way to enable this function on-the-fly. Anyone know how t.. 2023. 5. 17. 이전 1 ··· 198 199 200 201 202 203 204 ··· 245 다음