728x90 전체 글584 git 로컬 저장소 삭제 깃 로컬저장소 이상하게 설정해놓으면.. 문제가 생긴다.. https://www.lainyzine.com/ko/article/how-to-remove-git-repository-and-github-repository/ 2022. 6. 28. flutter model에서 원하는 argument만 뽑아서 처리하기 visible: Get.find().sharingMatjips.map((element) => element.matjipid).contains(matjipmodel.matjipid), indexof 로 해도 되긴하지만 tomap을 쓰면 좀 더 편하고 직관적이고 뭔가 다양한 것을 할 수 있다. 2022. 6. 26. getX 반응형상태관리 initialize RxList _matjipModelList= [].obs; RxList get matjipModelList => _matjipModelList; Map _progressText = {}; //일단 광장에서 받는 걸로 해결하자 RxSet selectedMatjips = {}.obs; RxList, RxSet의 경우 지네릭으로 initiallize 가 안되어서 걱정이었는데 앞에 지네릭을 붙여주면 initialize가 되는 것을 확인했다!ㅠ_ㅠ 2022. 6. 25. firebase 보안세팅 rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /Places/{docId} { allow read, write; } match /{document=**} { allow read; allow write: if request.auth.uid != null; } } } 어떤사람이 해낸 예시임, 나는 moim collection에 대해서만, https://stackoverflow.com/questions/69662434/firestore-allow-read-if-collection-name-matches Firestore allow read if collection name matches I'.. 2022. 6. 24. 이전 1 ··· 102 103 104 105 106 107 108 ··· 146 다음 728x90