Category: Flutter – 한
-
Missing API declaration – NSPrivacyAccessedAPITypes
When you apply for ‘add for Review’ on Apple, a warning automatically comes.Apple 에 add for Review를 신청하면 자동으로 경고가…
-
App Store – Trader 설정
App Store – Trader 설정 하는 방법을 기록합니다. DUNS 코드라던지 다른 설정을 위해서라도 필요합니다. 설정의 위치는 다음과 같습니다. 자신의 카드를…
-
Flutter 예외처리 – unhandled error handle
When handling exception processing in Flutter, it is necessary to gather unhandled exceptions at the outermost level and manage them.…
-
setState() or markNeedsBuild() called during build.
setState() or markNeedsBuild() called during build. This Overlay widget cannot be marked as needing to build because the framewo… 에러메시지가…
-
Flutter iOS “무결성을 확인할 수 없기 때문에…” 체크리스트
무결성을 확인할 수 없기 때문에 이 앱을 설치할 수 없습니다. 라는 문구가 종종 왕왕 발생하는데,원인이 한가지는 아니었다. 1. 프로젝트 clean…
-
Inkwell, GestureDetector 차이점 – Flutter
Flutter에서 입력 event 를 다룬다고하면 GestureDetector 가 가장 먼저 떠오른다. 그래서 GestureDetector를 활용해서 개발을 아무생각없이 하곤 했다. 그러다가 갑자기 Inkwell이라는…
-
BLoC for Flutter 왜 이렇게 만들지?
#1. BLoC의 구조 및 전파 Business Logic Component 를 사용한다는 것은 무엇인가 Business Logic 을 표현하고 정리하는 수단이 어떻게 되는지,구조적인…
-
Frontend architecture – Clean architecture
#1. 프론트앤드 아키텍트로서 고민 참고로 본인은 남이 아니라 본인 스스로만 인정하는 아키텍트다프론트앤드 백앤드 둘다 설계하는 아키텍트다. 세상에는 엄청난 천재가 많아서…
-
Flutter file open – from assets
#1. 언제 파일 열기를 쓸 것인가? data 파일을 서버로부터 받는 시간이 아까울 때, #2. 어떻게 파일을 열 것인가? 끝