728x90 개발458 sliver_tool 사용해 보기 CustomScrollView를 사용하다보면 이런 경험을 할 때가 있다. 아.. 이거 Sliver들끼리 묶고 싶은데? , 아.. 이 sliver stack으로 못 감싸나? 사실 sliver에 대한 이해조차 어려웠던 과거의 나는 이런 생각조차 하지 못 했지만, 오늘 나는 그런 궁금증을 갖게 되었고, 찾아보게 되었다! 두둥! 연구해 볼 친구는 아래에 있는 친구이다. https://pub.dev/packages/sliver_tools sliver_tools | Flutter Package A set of useful sliver tools that are missing from the flutter framework pub.dev 일단은 시간이 많지는 않아서(맨날 시간 없다고 하네) 요기 있는 SliverSt.. 2022. 12. 2. 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. 이전 1 ··· 43 44 45 46 47 48 49 ··· 115 다음 728x90