728x90 분류 전체보기551 게임 레벨업 시스템 도입 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. google map 가상 기기로 가져오기 https://spookyjelly.tistory.com/76 (22.02.13) Flutter 프로젝트에 Google Map API 연동 (사진 짱 많음) 작은 지식이라도, 하루에 하나씩. 한 줄 요약 🦄 잘 보고 따라 하면 됩니다. 🦄 🦄 플러그인 공식 문서 를 같이 띄워놓고 보시면 더욱 편합니다.🦄 들어가는 말 회사에서 지금 제공 중인 서비 spookyjelly.tistory.com 구글맵을 flutter 에 가져오면 가상기기로 실행 시 용량문제가 생긴다고 해서 찾아보았음!! 2023. 3. 22. 이전 1 ··· 46 47 48 49 50 51 52 ··· 138 다음 728x90