본문 바로가기
728x90

전체 글565

flutter how to know recent version 신규버전 정보를 알려주기 https://stackoverflow.com/questions/58057555/flutter-how-to-check-is-the-app-has-a-new-version Flutter - How to check is the app has a new version? I create an app with Flutter. I need to force users to update the app when I upload a new version. I try this package, but I think that it doesn´t work. In the documentation, we can read that we can stackoverflow.com 기존에는 remote config를.. 2022. 11. 26.
Flutter hive 원하는 model 넣기 나도 처음에 자료가 많이 없어서 당황했었는 데.. hive에는 modelList를 넣을 수가 있다.. 마치 firebase에 firestore처럼 말이지. 일단 sharedPref 나 Getstorage랑 비슷한 개념으로 보면 되는데 거기서는 int 나 String, map, list 이런 걸 가져올 수 있다. 마찬가지로 hive에서도 그렇게 가져올 수 있다. 그런데 hive는 adapter라는 것을 통해서 model까지도 get으로 가져오고 put ,add 로 추가할 수 있다는 장점이 있다. 차하.. 그러면 우선 어떤걸 해줘야할까 https://docs.hivedb.dev/#/ Hive Docs docs.hivedb.dev hive doc를 보자. 원래 뭔가를 할 때 document를 보는 습관을 들이.. 2022. 11. 25.
flutter hive unknown type error write 하는데 오류가 나서 좀 찾아봤다. 나중에 업데이트 할 때 참고해서 오류 수정해야겠다 https://github.com/hivedb/hive/issues/421 hive error: cannot write, unknown type: Timestamp. How to generate TypeAdapter for object type used in external Packages? · Is My flutter App uses Hive for local data Managing and Firebase for Cloud Data Storage. I have a modal which uses Timestamp and FieldValue from Firebase package. I have also crea.. 2022. 11. 25.
flutter firebase query 갯수 집계하기 flutter 에서 query 갯수가 궁금할 때가 많다. 그러나 갯수를 섣불리 셌다가는 시간도 많이 걸리고 비용도 많이 들 것이다. 갯수만 찾아보는 것은 속도도 빠를뿐더러 1000개 읽는데 1문서 읽기정도의 금액이라고 하니 너무너무 저렴하다는 것을 알 수 있다. 이렇게 찾을 수 있는데 flutter 에서는 아직 doc에 업데이트가 된 것 같지 않았다. 혹시나 싶은 마음에 class 명을 넣었더니 flutter 에서 동작하는 것이었다. https://firebase.google.com/docs/firestore/query-data/aggregation-queries?hl=ko&authuser=0#java 집계 쿼리로 문서 계산 | Firestore | Firebase Firebase Summit에서 발표된.. 2022. 11. 25.
728x90