43-5 (1) 썸네일형 리스트형 [Flutter] Clone - 당근마켓43(Item detail & PageView) - 5 이번에는 게시글 작성자의 다른 게시글을 하단에 추가해보겠습니다. 개발환경 : 윈도우11, 안드로이드 스튜디오, flutter 3.0.1 구현 전/후 화면은 아래와 같습니다. ./src/repo/item_service.dart - 유저 정보 하위에 저장된 글정보 가져오는 함수 추가 Future getUserItems({required String userKey, String? itemKey}) async { CollectionReference collectionReference = FirebaseFirestore.instance.collection(COL_USERS).doc(userKey).collection(COL_USER_ITEMS); QuerySnapshot snapshots = await colle.. 이전 1 다음