본문 바로가기
728x90

전체 글551

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.
math log 사용하기 flutter log 검색하면 동의어 로그에 대한 설명이 많이 나온다. math 로 로그를 표현하기 위해서 다음과 같이 설정해보았다. log 는 식당에 포인트를 줄 때, 별점과 작성자 수를 조합하여 적절하게 ordering 하기 위해서 사용한다. 하부 log에 몇을 쓸 지는 좀 고민해봐야할 것 같다. https://stackoverflow.com/questions/71550765/how-to-implement-log-base-2-in-flutter How to implement Log base 2 in flutter? How can I find Log2(x) in flutter? I didn't found the match function in flutter math package Note: Log ba.. 2022. 8. 23.
728x90