본문 바로가기
728x90

개발463

앱 디자인 참고 사이트 https://mobbin.com/browse/android/apps https://medium.com/plusx-ux-lab PlusX UX Lab – Medium 플러스엑스 UX팀의 블로그입니다. 유엑스팀이 일하는 방식과 생각을 공유합니다. medium.com https://www.behance.net Search Projects | Photos, videos, logos, illustrations and branding on Behance Photoshop 7일 무료 체험판 시작하기 데스크탑 또는 iPad에서 세련된 이미지, 그래픽, 페인팅 및 3D 아트워크를 제작하세요. www.behance.net 2023. 4. 15.
게임 레벨업 시스템 도입 flutter에 레벨업 시스템을 도입할 일이 생겨서 비슷한 자료를 찾아보았다. RealTime Database를 사용해서 작동시켜볼 생각!, 2023. 4. 12.
flutter toast 사용하기 토스트를 잘 사용하고 있는데, 토스트 library를 설치한 지는 너무 오래 되어서 설치하는 방법을 까먹었다. 애들 가르쳐줄 때도 쓸 필요가 있어서 정리를 해보았다. 찾아보니 생각보다 엄청 쉽게 되어있는 걸 볼 수 있었다. logger도 찍어주고~ void showToast(String message, {bool isLong = false}) { Fluttertoast.cancel(); logger.d('시스템 : toast message-> ' + message); Fluttertoast.showToast( fontSize: 16, msg: message, textColor: Colors.grey[50], backgroundColor: Colors.black87.withOpacity(0.7), toas.. 2023. 3. 25.
원하는 latlng 찾기 latitude, longitude https://www.findlatitudeandlongitude.com Find Latitude and Longitude Find latitude and longitude by clicking a map, entering zip code/address. Batch geocode locations. Convert latitude-longitude, GPS coordinates, decimal degrees, degrees mins secs... www.findlatitudeandlongitude.com 2023. 3. 25.
728x90