본문 바로가기
728x90

개발/Flutter225

Flutter geocoding => 위도, 경도 좌표를 주소로 바꾸기 https://papabee.tistory.com/153 플러터, flutter) Google map, 위치 값(위도 경도) > 주소로 바꾸기 1. http 패키지가 추가적으로 필요하다. 2. https://developers.google.com/maps/documentation/geocoding/start?hl=ko#reverse Get Started | Geocoding API | Google Developers Geocoding converts address.. papabee.tistory.com 다음 글을 참고하시길! 2022. 4. 1.
메모리릭 해결법 Q : Flutter 앱 만들어진거 쓰다가 보면 앱이 꺼지거나 유튜브 뮤직 꺼지는데.. (항상 그런건 아니고 가끔 꺼져요.. )이게 메모리 릭이나 그런것 때문에 생기는 문제인가욥?? 유튜브 뮤직이나 tmap 같은 다른앱이 보통 꺼지고 심할 때는 제 앱이 꺼져요.ㅠ 제 생각으로는 indexstack 쓰면서 너무 많이 위젯을 겹쳐서 그런가 싶었어요 A: 메모리 릭일 것 같은데요? null-safety 버전업 할 때 fatal exception 쌓이면 메모리 꼬여서 꺼지고 그랬었어요. 저희는 해결한게 1. flutter lints 적용 2. firebase crashlytics 적용 3. flutter analyze로 모든 힌트 적용한 부분 수정 4. 2번의 보고서 보면서 excpetion 모두 대응 린트 표.. 2022. 3. 25.
tutorial_coach_mark flutter 튜토리얼 overlay touch overlay touch 했을 때 반응하게 하려면! 답은 아래의 질문 확인할 것! https://githubhot.com/repo/RafaelBarbosatec/tutorial_coach_mark/issues/102 finish tutorial when clicking the overlay? - githubhot finish tutorial when clicking the overlay? githubhot.com 2022. 3. 24.
url_launcher 지도, 네비게이션 String _url = 'geo:$latitude,$longitude?q= $target '; if (!await launch(_url)) throw 'Could not launch $_url'; 이렇게 하면 내 위치 찾아준다.. 그런데 주의사항, Tmap의 경우 latitude,longitude 사이에 공백 넣으면 못찾는다 이것 때문인지 몰라서 엄청나게 많은 시행착오를 겪었음... 님들은 그런 일 없기를 바랍니다. 2022. 3. 22.
728x90