728x90 전체 글551 How to save Color data in flutter We use Color value in flutter many time. But I didn't know how to save the Color data in DataBase(I use Firebase). I recommend use int. You can extract int value as add ".value"; and You can make Color class with int value easily. (Ex. Color(int)) 2022. 12. 1. Freezed different key name, default value freezed 를 사용하고 있는데 변수명 다를 때랑 초기값 지정이 좀 고민이었다. https://stackoverflow.com/questions/71562176/using-flutter-freezed-to-generate-code-to-parse-a-json-object Using Flutter Freezed to generate code to parse a Json Object I'm trying to parse some JSON from a file and decided to use Freezed to generate the code. The problem is that (as far as i can tell) there's no way to use a JSON object's name. So sa.. 2022. 11. 30. 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. 이전 1 ··· 61 62 63 64 65 66 67 ··· 138 다음 728x90