Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- 동적계획법과최단거리역추적
- 안드로이드
- AndroidStudio
- Python
- 개발
- cos
- Flutter
- 알고리즘
- vuejs
- BAEKJOON
- C++
- Algorithm
- 동적계획법
- 파이썬
- 백준
- 코테
- DART
- Vue
- cos pro
- android
- cos pro 1급
- 코딩테스트
- DFS
- codingtest
- 안드로이드스튜디오
- django
- 코드품앗이
- issue
- 분할정복
- DFS와BFS
Archives
- Today
- Total
목록generic (1)
Development Artist
[Flutter, Firebase, Issue] The argument type 'Object? Function()' can't be assigned to the parameter type 'Map<String, dynamic>'. 또는 The argument type 'DocumentReference<Object?>' can't be assigned to the parameter type 'DocumentSnapshot<Object?>'.
이슈 1. 플러터 인프런 강의 중, 넷플릭스 UI 만들기가 있는데, 9강에서 Movie 모델의 fromSnapshot함수를 만드는 과정이었다. 2. 다음과 같이 snapshot.data와 snapshot.reference에서 이슈가 발생. 해결 1. pubspec.yaml에서 cloud_firebase 버전을 낮게 설정한다. 다운그레이드... cloud_firestore: ^0.12.9+5. 또한, cloud_firestore는 firebase_core에 의존성이 있어서, firebase_core: ^0.4.0+9. 로 맞춰 준다. 2. 하지만, 다운그레이드가 왠 말인가...! flutter에서 해결을 해보도록 하자. 3.0. fromSnapshot 함수의 인자로 타입으로 지정을 해준다. 그리고 from..
TroubleShooting/Flutter Issue
2022. 1. 12. 20:30