일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- exception
- buildcontext
- information needed
- flutter_dotenv
- Flutter
- appstroe connect guideline
- infinity or nan toint
- undefined name
- youtube_player_flutter
- appstore connect guideline
- 채팅 메시지 정렬
- AI
- flutter_secure_storage
- .dio
- 에러
- app completeness
- permissiondeniedexception
- 플러터
- providernotfoundexception
- exception caught by image resource service
- Guideline 5.1.1
- withopacity
- flutter doctor -v
- app stroe connect guideline
- guideline 1.5
- dart sdk version upgrade
- app store connect guideline
- guideline 4.3(a)
- pub.dev
- tflite_flutter
- Today
- Total
목록2025/02 (12)
min_chan님의 블로그

null safety란?null이란 값이 존재하지 않음을 의미한다.가장 많은 런타임에러가 발생하는 이유중 하나는 null때문에 발생한다. 그 문제를 해결하기 위해 null safety를 적용하는 것이다.// null safety가 적용된 코드 안에서는 name, b 변수안에 null값을 넣어줄 수 없다.String name = getFileName(); final b = Foo(); null값을 지정해주는 방법해당 변수뒤에 ?를 넣어주면 null값을 넣어줄 수 있다.null값이 아님을 표현하는 방법첫번째 에러: List의 첫번째 아이템은 2인걸 알 수 있으나, List는 널이 가능한 값이므로 변수 b에 넣어줄 수 없다는 에러가 발생했다.두번째 에러: couldReturnNullButDoesnt()가 nu..

리젝 사유Guideline 2.3.3 - Performance - Accurate MetadataWe noticed that your screenshots do not sufficiently show your app in use. Specifically, your iPad Pro(2nd Gen) and iPad Pro (6th Gen)screenshots show an iPhone image that has been modified or stretched to appear to be an iPad image.To help users understand your app’s functionality and value, your screenshots should highlight your app's core ..