728x90 전체 글584 인스타그램에 내 앱 광고하기 다른 블로그를 충분히 보고 facebook 광고페이지를 만들어서, 광고 세트까지 만들 수 있는 단계까지 왔다고 생각을 하고 진행하겠다. facebook에서 앱을 설치한 것을 확인하려면 일단 developer에 앱 정보를 작성해야한다. 그리고 flutter에서 동작시켰을 때 확인하는 방법으로 pub.dev에서 facebook_app_events: ^0.16.0를 설치해줬다. https://pub.dev/packages/facebook_app_events facebook_app_events | Flutter Package Flutter plugin for Facebook App Events, an app measurement solution that provides insight on app usage an.. 2022. 5. 21. Firebase storage 가 갑자기 용량이 너무 크다? https://stackoverflow.com/questions/63578581/firebase-storage-artifacts Firebase storage artifacts I' trying to understand what eu.artifacts.%PROJECT NAME%.appspot.com is. It's currently taking up 800mb of storage from my daily 5gb limit. It contains only application/octet-stream type of files. ... stackoverflow.com function 때문에 어쩔 수 없이 생기는 거 같고 구글직원은 삭제하면 function을 어지럽힐 수 있다고 함.. 어떤 사람은 지웠다가 fu.. 2022. 5. 20. flutter future 병렬처리 future를 실행하다보면 병렬처리를 해줘야할 때가 있다. 예를 들어 //await getFollowers(); //await getFollowings(); progressing= false; setState(() {}); 해당구문처럼 실행하게 되면 getfollower를 모두 실행 후 getfollowing를 모두 실행 후 setstate를 하게 되어 시간이 낭비 된다. 다음과 같이 해결해보면 좋을 것 같다. void loadData() async{ progressing= true; setState(() {}); await Future.wait([getFollowings(), getFollowers()]); //await getFollowers(); //await getFollowings(); prog.. 2022. 5. 19. 알고리아 Managing Results(3-40) Rules Overview https://www.algolia.com/doc/guides/managing-results/rules/rules-overview/ Rules overview | Algolia How to use Algolia's Rules to create flexible and dynamic search results. www.algolia.com Search needs to be flexible. When you hold a promotion, you shouldn’t need to reconfigure search settings or modify individual records. If one of your products isn’t appearing where you want it .. 2022. 4. 28. 이전 1 ··· 107 108 109 110 111 112 113 ··· 146 다음 728x90