728x90 flutter hive model1 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. 이전 1 다음 728x90