본문 바로가기
728x90

개발456

GitHub Desktop을 사용하여 GitHub에 기존 프로젝트 추가 https://docs.github.com/ko/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/adding-an-existing-project-to-github-using-github-desktop GitHub Desktop을 사용하여 GitHub에 기존 프로젝트 추가 - GitHub Docs GitHub Desktop을 사용하여 GitHub에 기존 Git 리포지토리를 추가할 수 있습니다. docs.github.com 2023. 1. 31.
Map 에서 flutter dotdotdot 사용하기 맵에서 어떤 요소를 추가할 때 이런식으로 추가하면 된다. list에 요소 추가하는 건 흔한데 map에 추가 가능한 것도 메모해놓고 싶었음! 2023. 1. 24.
앱 껐다 켜기 flutter restart app 앱의 어떤 설정을 바꿨을 때 전체 적용을 위해서 (예를 들어서 테마에 들어가는 색깔을 바꿔줘야한다) 앱을 restart 해줘야하는 경우가 있다. 이런 경우 app을 restart하는 library가 있는지 찾아보았다. https://stackoverflow.com/questions/68504813/how-to-restart-app-with-button-in-flutter How to restart app with button in flutter I have a setting screen, when I change FontFamily it needs to restart the app to change all app fonts, And it restarts after the app closed, but I .. 2023. 1. 21.
GPS 좌표 찍기 사이트 추천! 예를 들어 해당 지역이 한국인 지 확인해야하는 때가 있다, 그러면, 일단 한국에 해당하는 폴리곤을 그려서 내가 있는 GPS위치가 폴리곤 안에 있는지 확인해야한다. 대충 이렇게 한국을 그려봤다. 이 안에 좌표가 들어오면 한국인 것이다. 그것에 대한 코딩은 아래의 링크를 확인이 필요합니다. https://dev-caleb.tistory.com/330 지도에 해당 지점이 어떤 지역 안에 있는 지 판별하기 https://pub.dev/packages/maps_toolkit PolygonUtil.containsLocation - computes whether the given point lies inside the specified polygon. maps_toolkit | Dart Package Maps too.. 2023. 1. 21.
728x90