728x90 분류 전체보기576 IntrinsicHeight , IntrinsicWidth IntrinsicHeight 위젯은 child인 Row가 crossAxisAlignment가 stretch일때, 높이의 범위를 Row의 하위 위젯 중 가장 높은 것에 맞추어 준다. 중요한 건 Column이나 Row를 자식으로 해야한다. 사용해야하는 이유는 각각의 위젯의 사이즈를 모르면, align을 맞추기가 어렵기 떄문이다 (특히 .end 나 .center로) 그러므로 각각의 위젯의 사이즈를 가장 큰 것으로 통일한다면 해결이 원활하다. 다음 예제를 보면 감이 좀 올 것이다 https://www.woolha.com/tutorials/flutter-using-intrinsicwidth-widget-examples Flutter - Using IntrinsicWidth Widget Examples Exampl.. 2022. 8. 29. flutter google map crash https://github.com/flutter/flutter/issues/105965 [google_maps_flutter] App crashes with a java.lang.NullPointerException while popping a screen with a GoogleMaps widget · Issue Steps to Reproduce I have reproduced it on a Pixel 3 in debug mode REAL (Android 12) and emulated (api level 30). Execute flutter run on the code sample with google_maps_flutter: ^2.1.7 dependency ... github.com 여기서 열띤 토론.. 2022. 8. 29. 여러토큰 fcm 한 번에 보내기 https://firebase.flutter.dev/docs/messaging/notifications Notifications | FlutterFire Notifications are an important tool used on the majority of applications, aimed at improve user experience & used to engage users firebase.flutter.dev 2022. 8. 27. flutter freezes nested class toJson 오류 현상 제거 freezed로 만든 classmodel을 freezed로 만든 class model안에 넣으면, 실제로 fromjson으로 불러 올 때 문제가 발생하는 것이다! https://github.com/rrousselGit/freezed/issues/86 Nested Freezed class not converted TO JSON · Issue #86 · rrousselGit/freezed 👋 Given two freezed classes where one is "nested" in the other. import 'package:freezed_annotation/freezed_annotation.dart'; part 'contrived_example.g.dart'; part 'con... github.com.. 2022. 8. 26. 이전 1 ··· 90 91 92 93 94 95 96 ··· 144 다음 728x90